diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-12 23:42:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-12 23:42:45 +0100 |
| commit | 2354c1fd781879d215834ebe54661f125fcb324e (patch) | |
| tree | 936e6ae61f3f1eac565e48babf169de1833f9ac8 /src/wx/timecode.cc | |
| parent | a7be213f1063e3c5cb4dcba37aa0443d1f28f9d5 (diff) | |
| parent | da46a695431d3b573924e53ac1a0163056a1a5b5 (diff) | |
Merge branch '2678-reel-break' into v2.17.x
Diffstat (limited to 'src/wx/timecode.cc')
| -rw-r--r-- | src/wx/timecode.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timecode.cc b/src/wx/timecode.cc index 1e6a1930d..64fe87190 100644 --- a/src/wx/timecode.cc +++ b/src/wx/timecode.cc @@ -114,7 +114,7 @@ void TimecodeBase::changed () { if (_set_button && !_ignore_changed) { - _set_button->Enable (true); + _set_button->Enable(valid()); } } |
