summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wx/rating_dialog.cc2
1 files changed, 2 insertions, 0 deletions
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