projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix the menu item bitmaps for wxMSW;
[wxWidgets.git]
/
src
/
os2
/
spinbutt.cpp
diff --git
a/src/os2/spinbutt.cpp
b/src/os2/spinbutt.cpp
index c176baa1419049717574e1ef8a87c3fb69c2fa51..a7b3237f2519668198a25eca7634feff970d63e0 100644
(file)
--- a/
src/os2/spinbutt.cpp
+++ b/
src/os2/spinbutt.cpp
@@
-194,7
+194,7
@@
bool wxSpinButton::OS2OnScroll( int WXUNUSED(nOrientation),
vEvent.SetPosition(nVal);
vEvent.SetEventObject(this);
vEvent.SetPosition(nVal);
vEvent.SetEventObject(this);
- return(
GetEventHandler()->Process
Event(vEvent));
+ return(
HandleWindow
Event(vEvent));
} // end of wxSpinButton::OS2OnScroll
bool wxSpinButton::OS2Command( WXUINT WXUNUSED(uCmd),
} // end of wxSpinButton::OS2OnScroll
bool wxSpinButton::OS2Command( WXUINT WXUNUSED(uCmd),