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/audio_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/audio_panel.h')
| -rw-r--r-- | src/wx/audio_panel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h index ede0ddb26..5551b396d 100644 --- a/src/wx/audio_panel.h +++ b/src/wx/audio_panel.h @@ -51,6 +51,7 @@ private: void reference_clicked (); wxCheckBox* _reference; + wxStaticText* _reference_note; wxButton* _show; ContentSpinCtrlDouble<AudioContent>* _gain; wxButton* _gain_calculate_button; |
