diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-19 20:37:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-11-19 20:37:33 +0000 |
| commit | fab7fa5a9ef1d069c7ca32e3669d0e37e896250c (patch) | |
| tree | 8b79934eacbaf1c39060a9d4ba9307c8178608ef /src/wx/timecode.h | |
| parent | 24e890682b3f2aa211277ad8b6b3591f2026d4be (diff) | |
Focus the timecode control on opening playhead-to-timecode.
Diffstat (limited to 'src/wx/timecode.h')
| -rw-r--r-- | src/wx/timecode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/timecode.h b/src/wx/timecode.h index d9fe4ee4c..31ddd111c 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -35,6 +35,7 @@ public: void clear (); void set_editable (bool); + void set_focus (); boost::signals2::signal<void ()> Changed; |
