Kaydet (Commit) 7378df78 authored tarafından Kurt B. Kaiser's avatar Kurt B. Kaiser

Fix what appears to be a very old bug. Tkinter in struni is more intolerant

of non-existant text widget 'marks', it seems.
üst efdca3e0
......@@ -961,6 +961,7 @@ class PyShell(OutputWindow):
"""
def begin(self):
self.text.mark_set("iomark", "insert")
self.resetoutput()
if use_subprocess:
nosub = ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment