add a missing comma
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3516,7 +3516,7 @@ class wxMaskedEditMixin:
|
|||||||
start, end = fraction._extent
|
start, end = fraction._extent
|
||||||
wxCallAfter(self._SetInsertionPoint, start)
|
wxCallAfter(self._SetInsertionPoint, start)
|
||||||
if fraction._selectOnFieldEntry:
|
if fraction._selectOnFieldEntry:
|
||||||
dbg('queuing selection after decimal point to:' (start, end))
|
dbg('queuing selection after decimal point to:', (start, end))
|
||||||
wxCallAfter(self._SetSelection, start, end)
|
wxCallAfter(self._SetSelection, start, end)
|
||||||
keep_processing = False
|
keep_processing = False
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user