remove an unneeded event.Skip() that was causing things to be pasted twice sometimes.
authorb.taylor@willowglen.ca
Fri, 18 Sep 2009 09:42:13 -0600
changeset 429 c270d61a671d
parent 428 3b19c34bac04
child 430 8efd4c6874cd
remove an unneeded event.Skip() that was causing things to be pasted twice sometimes.
PLCOpenEditor.py
--- a/PLCOpenEditor.py	Fri Sep 18 09:41:27 2009 -0600
+++ b/PLCOpenEditor.py	Fri Sep 18 09:42:13 2009 -0600
@@ -259,7 +259,6 @@
             getattr(control, viewer_function)()
         elif isinstance(control, wx.TextCtrl):
             control.ProcessEvent(event)
-        event.Skip()
     return ShortcutKeyFunction
 
 def GetParentName(tree, item, parent_type):