Browse Source

Fix GAL focus bug

Caused by yours truly in 4618e6c7
pull/3/merge
Chris Pavlina 9 years ago
parent
commit
1cee5780a5
  1. 2
      common/draw_panel_gal.cpp

2
common/draw_panel_gal.cpp

@ -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 );

Loading…
Cancel
Save