projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add stub for parsing globs file
[wxWidgets.git]
/
src
/
motif
/
spinbutt.cpp
diff --git
a/src/motif/spinbutt.cpp
b/src/motif/spinbutt.cpp
index abee5b0bb60db18527b15078ad6d32d256f73595..9b978d0e14604997fa58817b94176bf84ea96400 100644
(file)
--- a/
src/motif/spinbutt.cpp
+++ b/
src/motif/spinbutt.cpp
@@
-352,7
+352,7
@@
void wxSpinButton::Increment( int delta )
event.SetPosition( npos );
event.SetEventObject( this );
event.SetPosition( npos );
event.SetEventObject( this );
-
GetEventHandler()->Process
Event( event );
+
HandleWindow
Event( event );
if( event.IsAllowed() )
{
if( event.IsAllowed() )
{
@@
-360,7
+360,7
@@
void wxSpinButton::Increment( int delta )
event.SetEventType( wxEVT_SCROLL_THUMBTRACK );
event.SetPosition( m_pos );
event.SetEventType( wxEVT_SCROLL_THUMBTRACK );
event.SetPosition( m_pos );
-
GetEventHandler()->Process
Event( event );
+
HandleWindow
Event( event );
}
}
}
}