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:
Robin Dunn
2006-08-26 21:13:58 +00:00
parent d464551409
commit 8c29915355
2 changed files with 27 additions and 6 deletions

View File

@@ -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):