diff options
Diffstat (limited to 'src/CommandDialog.cc')
-rw-r--r-- | src/CommandDialog.cc | 5 |
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() { | |||
93 | void CommandDialog::hide() { | 93 | void 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 | ||
103 | void CommandDialog::exposeEvent(XExposeEvent &event) { | 98 | void CommandDialog::exposeEvent(XExposeEvent &event) { |