summaryrefslogtreecommitdiff
path: root/src/wx/timing_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-09 00:43:48 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-09 00:43:48 +0000
commit294704d07de1fd6981362d85a26e4a83a6ef08fa (patch)
tree780d8a4bf0961697e16be3be1984dc8aa24c4056 /src/wx/timing_panel.h
parentb6a281b4ba1d5e2b91ae3d54e073ee88308f61b6 (diff)
Desensitize trim-up-to buttons as appropriate (#737).
Diffstat (limited to 'src/wx/timing_panel.h')
-rw-r--r--src/wx/timing_panel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/timing_panel.h b/src/wx/timing_panel.h
index d1f5ea549..f73fbed55 100644
--- a/src/wx/timing_panel.h
+++ b/src/wx/timing_panel.h
@@ -43,6 +43,7 @@ private:
void set_video_frame_rate ();
void update_full_length ();
void update_play_length ();
+ void setup_sensitivity ();
FilmViewer* _viewer;