From 50867503392d71ba2372e401ed4e54ffbb471fc7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 8 Jun 2020 20:23:52 +0200 Subject: [PATCH] Set focus on opening dialog. --- src/wx/rating_dialog.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wx/rating_dialog.cc b/src/wx/rating_dialog.cc index 4fba353b7..6f574e83b 100644 --- a/src/wx/rating_dialog.cc +++ b/src/wx/rating_dialog.cc @@ -33,6 +33,8 @@ RatingDialog::RatingDialog (wxWindow* parent) add (_label); layout (); + + _agency->SetFocus (); } void -- 2.30.2