Fix GAL focus bug

Caused by yours truly in 4618e6c7
This commit is contained in:
Chris Pavlina 2017-03-05 13:58:31 -05:00
parent d9260d42c8
commit 1cee5780a5
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ EDA_DRAW_PANEL_GAL::EDA_DRAW_PANEL_GAL( wxWindow* aParentWindow, wxWindowID aWin
m_painter = NULL;
m_eventDispatcher = NULL;
m_lostFocus = false;
m_stealsFocus = false;
m_stealsFocus = true;
SetLayoutDirection( wxLayout_LeftToRight );