summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-25 19:55:37 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-25 19:55:37 +0000
commita7130995cf5f13396746932511ba133e8ad4ca9d (patch)
tree92c407ead30b50e539029fcc5a0e6030bc0c9a90 /src/wx/config_dialog.h
parent7101dd05ddcde66600bded064e28b491d79e3ebc (diff)
Use wxChoice instead of wxComboBox throughout. Fixes dcp content type hanging over on new film.
Diffstat (limited to 'src/wx/config_dialog.h')
-rw-r--r--src/wx/config_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h
index fdbe99a4c..948bf0571 100644
--- a/src/wx/config_dialog.h
+++ b/src/wx/config_dialog.h
@@ -67,7 +67,7 @@ private:
wxDirPickerCtrl* _default_directory;
#endif
wxButton* _default_dci_metadata_button;
- wxComboBox* _reference_scaler;
+ wxChoice* _reference_scaler;
wxStaticText* _reference_filters;
wxButton* _reference_filters_button;
wxListCtrl* _servers;