Patch from Will Sadkin:
authorRobin Dunn <robin@alldunn.com>
Sat, 19 Jun 2004 16:25:55 +0000 (16:25 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 19 Jun 2004 16:25:55 +0000 (16:25 +0000)
commit5f280eaa578e05b3b85d9bcf5ab6c3dcee03a448
treeddb357260b5052d398082320d873d23305775aaa
parentf8167d6ee27a9e99a7b1161efbc0bcdb1a220b40
Patch from Will Sadkin:

- Fixed intra-right-insert-field erase.
- Allowed right-insert in ipaddrctrl subfields.
- Made _SetValue() place cursor after last non-blank character inserted,
  rather than end of mask.
- Fixed combobox autoselect behavior to work similarly as above, so that
  said selection will only select the non-empty text, as per request.
- Fixed some incorrect undo behavior for right-insert fields
- Allowed derived classes (eg. numctrl) to pass modified values for undo
  processing (to handle/ignore grouping chars properly.)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/wx/lib/masked/combobox.py
wxPython/wx/lib/masked/ipaddrctrl.py
wxPython/wx/lib/masked/maskededit.py
wxPython/wx/lib/masked/numctrl.py
wxPython/wx/lib/masked/textctrl.py