summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlli Werwolff <qt-info@nokia.com>2010-05-28 15:39:55 +0200
committerOlli Werwolff <qt-info@nokia.com>2010-05-31 10:36:38 +0200
commit0bad6d8bdc3b5041ed452ea628c45db9ac7f3348 (patch)
treec35834d61f5d36822b7de01c5f4dc6dd62021428
parent428d63bc66caf5ebf479a4adefa3fbabc91a27ad (diff)
No need to setFocus after widget is shown (done in show())
Reviewed-by: ckamm
-rw-r--r--src/other/widgetmanager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/other/widgetmanager.cpp b/src/other/widgetmanager.cpp
index f20d38b..29eb896 100644
--- a/src/other/widgetmanager.cpp
+++ b/src/other/widgetmanager.cpp
@@ -179,7 +179,6 @@ void WidgetManager::showWidget(int id)
return;
w->show();
w->update();
- w->setFocus();
updateLogItem(id);
}