Remove unnecessary wxPaintEvent from SPLIT_BUTTON

This commit is contained in:
Marek Roszko
2020-04-26 20:52:28 +00:00
committed by Mark Roszko
parent 1a8082c6d6
commit 127df701da
-2
View File
@@ -247,8 +247,6 @@ bool SPLIT_BUTTON::Enable( bool aEnable )
m_stateMenu = wxCONTROL_DISABLED;
}
wxPaintEvent event;
ProcessEvent( event );
Refresh();
return aEnable;