# HG changeset patch # User b.taylor@willowglen.ca # Date 1253288533 21600 # Node ID c270d61a671de4600b34d48c1dd1183ecd25b1b7 # Parent 3b19c34bac04971137b3b1588db416ed2d8f210d remove an unneeded event.Skip() that was causing things to be pasted twice sometimes. diff -r 3b19c34bac04 -r c270d61a671d 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):