mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Fixes #898
This commit is contained in:
@@ -860,7 +860,7 @@ class IntCtrl(wx.TextCtrl):
|
||||
return int( value )
|
||||
except ValueError:
|
||||
if self.IsLongAllowed():
|
||||
return long( value )
|
||||
return LONGTYPE( value )
|
||||
else:
|
||||
raise
|
||||
|
||||
|
||||
Reference in New Issue
Block a user