Fix missing Choice->Combobox change

Strangely this did not affect gcc and only showed an issue on Mac +
clang.
This commit is contained in:
Seth Hillbrand 2019-01-04 10:25:52 -08:00
parent 56e0031e03
commit 0fa374cce5
1 changed files with 1 additions and 1 deletions

View File

@ -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.