summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}