diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-27 23:43:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-27 23:43:43 +0100 |
| commit | 3ae67788dcb1567c5d6df65e89cd84bf484e82be (patch) | |
| tree | 85d98b37e621b32a01785b5be13f763ae0167f22 /src/wx/video_panel.h | |
| parent | 47c34c6c7c82396b62e101283cb25b8726dbaefd (diff) | |
Use a label rather than a tooltip to tell users why they can't refer to DCPs.
Tooltips don't seem to work on disabled widgets in Windows (at least).
Diffstat (limited to 'src/wx/video_panel.h')
| -rw-r--r-- | src/wx/video_panel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index 2be7eb049..a1579bf62 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -57,6 +57,7 @@ private: void setup_sensitivity (); wxCheckBox* _reference; + wxStaticText* _reference_note; ContentChoice<VideoContent, VideoFrameType>* _frame_type; ContentSpinCtrl<VideoContent>* _left_crop; ContentSpinCtrl<VideoContent>* _right_crop; |
