Fix missing Choice->Combobox change
Strangely this did not affect gcc and only showed an issue on Mac + clang.
This commit is contained in:
parent
56e0031e03
commit
0fa374cce5
|
@ -146,7 +146,7 @@ protected:
|
|||
long m_firstRunDialogSetting;
|
||||
|
||||
wxComboBox* m_gridSelectBox;
|
||||
wxChoice* m_zoomSelectBox;
|
||||
wxComboBox* m_zoomSelectBox;
|
||||
|
||||
/// Auxiliary tool bar typically shown below the main tool bar at the top of the
|
||||
/// main window.
|
||||
|
|
Loading…
Reference in New Issue