More stack effects, and modify the key bindings.

This commit is contained in:
Simon Forman
2018-07-16 18:43:40 -07:00
parent 612d48d8cc
commit 043acd685c
5 changed files with 29 additions and 32 deletions
-1
View File
@@ -439,7 +439,6 @@ class TextViewerWidget(tk.Text, MouseBindingsMixin, SavingMixin):
self.delete('0.0', tk.END)
self.insert(tk.END, data)
def popupTB(self, tb):
top = tk.Toplevel()
T = TextViewerWidget(