added event.Skip() to OnIdle() handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -134,10 +134,12 @@ void wxSplitterWindow::OnPaint(wxPaintEvent& WXUNUSED(event))
|
||||
DrawSash(dc);
|
||||
}
|
||||
|
||||
void wxSplitterWindow::OnIdle(wxIdleEvent& WXUNUSED(event))
|
||||
void wxSplitterWindow::OnIdle(wxIdleEvent& event)
|
||||
{
|
||||
if (m_needUpdating)
|
||||
SizeWindows();
|
||||
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
void wxSplitterWindow::OnMouseEvent(wxMouseEvent& event)
|
||||
|
Reference in New Issue
Block a user