projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
change not only the focus but also last remembered TLW focus in SetValue() to avoid...
[wxWidgets.git]
/
src
/
cocoa
/
spinbutt.mm
diff --git
a/src/cocoa/spinbutt.mm
b/src/cocoa/spinbutt.mm
index a304c38be5be61baca461477ee0e1e409aba6606..53ce3b29a6c764a739010ed45a8157edb01b53c6 100644
(file)
--- a/
src/cocoa/spinbutt.mm
+++ b/
src/cocoa/spinbutt.mm
@@
-80,7
+80,7
@@
void wxSpinButton::CocoaTarget_action()
wxSpinEvent event(wxEVT_SCROLL_THUMBTRACK, GetId());
event.SetPosition(GetValue());
event.SetEventObject(this);
-
GetEventHandler()->Process
Event(event);
+
HandleWindow
Event(event);
}
#endif // wxUSE_SPINBTN