summaryrefslogtreecommitdiff
path: root/src/wx/metadata_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-10-10 01:12:29 +0200
committerCarl Hetherington <cth@carlh.net>2022-10-11 00:28:57 +0200
commitd9b398b33716d5f28fd8d6e22cb723c2fbb635a0 (patch)
treeb68ae47772dd1132c35dcdb3a6927dc4059cde84 /src/wx/metadata_dialog.h
parenta4d0c85dba60e2837814bd100547189b9a193fff (diff)
Hack to fix wxChoice heights on KDE (#2343).
Diffstat (limited to 'src/wx/metadata_dialog.h')
-rw-r--r--src/wx/metadata_dialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wx/metadata_dialog.h b/src/wx/metadata_dialog.h
index ea7233cbb..29d8b39cc 100644
--- a/src/wx/metadata_dialog.h
+++ b/src/wx/metadata_dialog.h
@@ -35,9 +35,10 @@ LIBDCP_ENABLE_WARNINGS
class Button;
+class Choice;
+class LanguageTagWidget;
class RatingDialog;
class wxSpinCtrlDouble;
-class LanguageTagWidget;
class MetadataDialog : public wxDialog, public WeakFilm
@@ -96,7 +97,7 @@ private:
wxCheckBox* _two_d_version_of_three_d;
wxCheckBox* _enable_luminance;
wxSpinCtrlDouble* _luminance_value;
- wxChoice* _luminance_unit;
+ Choice* _luminance_unit;
boost::signals2::scoped_connection _film_changed_connection;
};