|
@@ -728,7 +728,7 @@ class GPromptSTC(GPrompt, wx.stc.StyledTextCtrl):
|
|
"""!Copy selected text to clipboard and skip event.
|
|
"""!Copy selected text to clipboard and skip event.
|
|
The same function is in GMStc class (goutput.py).
|
|
The same function is in GMStc class (goutput.py).
|
|
"""
|
|
"""
|
|
- self.Copy()
|
|
|
|
|
|
+ wx.CallAfter(self.Copy)
|
|
event.Skip()
|
|
event.Skip()
|
|
|
|
|
|
def OnItemChanged(self, event):
|
|
def OnItemChanged(self, event):
|