Removed Alt or Ctrl hack
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -304,9 +304,6 @@ class Shell(wxStyledTextCtrl):
|
|||||||
command = self.GetTextRange(stoppos, currpos) + '('
|
command = self.GetTextRange(stoppos, currpos) + '('
|
||||||
self.write('(')
|
self.write('(')
|
||||||
if self.autoCallTip: self.autoCallTipShow(command)
|
if self.autoCallTip: self.autoCallTipShow(command)
|
||||||
# Hack to keep characters from entering when Alt or Control are down.
|
|
||||||
elif event.ControlDown() or event.AltDown():
|
|
||||||
pass
|
|
||||||
else:
|
else:
|
||||||
# Allow the normal event handling to take place.
|
# Allow the normal event handling to take place.
|
||||||
event.Skip()
|
event.Skip()
|
||||||
|
Reference in New Issue
Block a user