Focus frame entry in playhead-to-frame dialogue.
authorCarl Hetherington <cth@carlh.net>
Wed, 14 Dec 2016 10:37:01 +0000 (10:37 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 14 Dec 2016 10:37:01 +0000 (10:37 +0000)
src/wx/playhead_to_frame_dialog.cc

index 137be60ae7c0c8e96134e54cae47c9d98f87233d..1ae049d26ce9ea2429bc57e189c21e6724b7f48b 100644 (file)
@@ -29,6 +29,7 @@ PlayheadToFrameDialog::PlayheadToFrameDialog (wxWindow* parent, int fps)
 {
        add (_("Go to"), true);
        _frame = add (new wxTextCtrl (this, wxID_ANY, wxT ("")));
+       _frame->SetFocus ();
 
        layout ();
 }