wxScrolBar event sending fix in wxUniv.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -553,7 +553,7 @@ bool wxScrollBar::PerformAction(const wxControlAction& action,
|
||||
wxScrollEvent event(scrollType, this->GetId(), m_thumbPos,
|
||||
IsVertical() ? wxVERTICAL : wxHORIZONTAL);
|
||||
event.SetEventObject(this);
|
||||
GetParent()->GetEventHandler()->ProcessEvent(event);
|
||||
GetEventHandler()->ProcessEvent(event);
|
||||
}
|
||||
else // part of the window
|
||||
{
|
||||
|
Reference in New Issue
Block a user