Remove unnecessary wxPaintEvent from SPLIT_BUTTON

This commit is contained in:
Marek Roszko 2020-04-26 00:02:53 -04:00 committed by Mark Roszko
parent 1a8082c6d6
commit 127df701da
1 changed files with 0 additions and 2 deletions

View File

@ -247,8 +247,6 @@ bool SPLIT_BUTTON::Enable( bool aEnable )
m_stateMenu = wxCONTROL_DISABLED;
}
wxPaintEvent event;
ProcessEvent( event );
Refresh();
return aEnable;