From 8e341bee85f9f16de691b769788b7449b36b274e Mon Sep 17 00:00:00 2001 From: Karel Matas Date: Mon, 1 Jul 2013 20:22:26 +0200 Subject: [PATCH] GUI::GUI() - added dic_input->take_focus() --- src/gui.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui.cxx b/src/gui.cxx index 623a84e..d5f5ea7 100755 --- a/src/gui.cxx +++ b/src/gui.cxx @@ -232,6 +232,8 @@ GUI::GUI ( aoi::App *parent ):parent_(parent) main_window_->show(); dlg_progress_->show(); + + main_window_->dic_input_->take_focus(); } -- 2.11.4.GIT