summaryrefslogtreecommitdiff
path: root/src/wx/text_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-27 14:51:58 +0000
committerCarl Hetherington <cth@carlh.net>2019-05-10 23:43:42 +0100
commit186b5a423b58f4f6457d11852cdbd0abc2f89f69 (patch)
treee090acff025b9e5b4f662f52c4458cf8e605aa90 /src/wx/text_panel.h
parent35a7379dda587add9d94dc4f710414a23976d6e7 (diff)
Hide language / DCP track as appropriate with closed/open caption
choice.
Diffstat (limited to 'src/wx/text_panel.h')
-rw-r--r--src/wx/text_panel.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wx/text_panel.h b/src/wx/text_panel.h
index 14a84c610..4a8b8c17b 100644
--- a/src/wx/text_panel.h
+++ b/src/wx/text_panel.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2018 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2019 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -56,6 +56,7 @@ private:
void add_to_grid ();
void setup_sensitivity ();
+ void setup_visibility ();
wxCheckBox* _reference;
wxStaticText* _reference_note;
@@ -91,4 +92,6 @@ private:
FontsDialog* _fonts_dialog;
wxButton* _appearance_dialog_button;
TextType _original_type;
+
+ int _language_row;
};