Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dcec0c commit 4e72038Copy full SHA for 4e72038
1 file changed
Mac/Tools/IDE/PyConsole.py
@@ -108,6 +108,8 @@ def flush(self):
108
self._buf = ""
109
self.ted.WEClearUndo()
110
self.updatescrollbars()
111
+ if Qd.QDIsPortBuffered(self._parentwindow.wid):
112
+ Qd.QDFlushPortBuffer(self._parentwindow.wid, None)
113
114
def selection_ok(self):
115
selstart, selend = self.getselection()
@@ -298,6 +300,8 @@ def flush(self):
298
300
299
301
self.w.outputtext.updatescrollbars()
302
self.w.outputtext.ted.WEFeatureFlag(WASTEconst.weFReadOnly, 1)
303
+ if Qd.QDIsPortBuffered(self.w.wid):
304
+ Qd.QDFlushPortBuffer(self.w.wid, None)
305
306
def show(self):
307
if self.closed:
0 commit comments