Set focus on opening dialog.
authorCarl Hetherington <cth@carlh.net>
Mon, 8 Jun 2020 18:23:52 +0000 (20:23 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 8 Jun 2020 18:23:52 +0000 (20:23 +0200)
src/wx/rating_dialog.cc

index 4fba353b73302182bc377ce15a84cfbc60613dc4..6f574e83bab97cab4687d81e99778487c81a04cf 100644 (file)
@@ -33,6 +33,8 @@ RatingDialog::RatingDialog (wxWindow* parent)
        add (_label);
 
        layout ();
+
+       _agency->SetFocus ();
 }
 
 void