Patch from Will Sadkin:
- Fixed masked.numctrl to properly limit integer controls, and also handle '-.00' properly. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3200,7 +3200,7 @@ class MaskedEditMixin:
|
||||
Should return False to skip other processing. """
|
||||
## dbg("MaskedEditMixin::_OnCtrl_V", indent=1)
|
||||
self.Paste()
|
||||
dbg(indent=0)
|
||||
## dbg(indent=0)
|
||||
return False
|
||||
|
||||
def _OnInsert(self, event=None):
|
||||
|
Reference in New Issue
Block a user