aboutsummaryrefslogtreecommitdiff
path: root/src/CommandDialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommandDialog.cc')
-rw-r--r--src/CommandDialog.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/CommandDialog.cc b/src/CommandDialog.cc
index 3746b98..8534dcd 100644
--- a/src/CommandDialog.cc
+++ b/src/CommandDialog.cc
@@ -93,11 +93,6 @@ void CommandDialog::show() {
93void CommandDialog::hide() { 93void CommandDialog::hide() {
94 FbTk::FbWindow::hide(); 94 FbTk::FbWindow::hide();
95 Fluxbox::instance()->setShowingDialog(false); 95 Fluxbox::instance()->setShowingDialog(false);
96
97 // return focus to fluxbox window
98 if (FocusControl::focusedFbWindow())
99 FocusControl::focusedFbWindow()->focus();
100
101} 96}
102 97
103void CommandDialog::exposeEvent(XExposeEvent &event) { 98void CommandDialog::exposeEvent(XExposeEvent &event) {