diff options
author | emkael <emkael@tlen.pl> | 2019-07-07 21:24:44 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-07-07 21:24:44 +0200 |
commit | 1059281a8962dd7529318b529aeda02ca8544722 (patch) | |
tree | b7f729d69e3212151b8859b5e5c31ade9e5129b1 /jfr_playoff/gui/frames/__init__.py | |
parent | 4f55701e1b291a9a6da9eb7aef5802e6bc20cbf0 (diff) |
Tracing dirty state of edited file
Diffstat (limited to 'jfr_playoff/gui/frames/__init__.py')
-rw-r--r-- | jfr_playoff/gui/frames/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jfr_playoff/gui/frames/__init__.py b/jfr_playoff/gui/frames/__init__.py index e50231d..bef832f 100644 --- a/jfr_playoff/gui/frames/__init__.py +++ b/jfr_playoff/gui/frames/__init__.py @@ -440,7 +440,7 @@ class TraceableText(tk.Text): self._variableLock = True self.delete('1.0', tk.END) self.insert(tk.END, self._variable.get()) - self._varaibleLock = False + self._variableLock = False def _proxy(self, command, *args): cmd = (self._orig, command) + args |