diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Window.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Window.cc b/src/Window.cc index defa6cc..d38fb8a 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -2403,10 +2403,9 @@ void FluxboxWindow::buttonPressEvent(XButtonEvent &be) { | |||
2403 | } else if (frame().handle() == be.window) | 2403 | } else if (frame().handle() == be.window) |
2404 | raise(); | 2404 | raise(); |
2405 | 2405 | ||
2406 | FbTk::Menu::hideShownMenu(); | ||
2406 | if (!m_focused && acceptsFocus() && m_click_focus) //check focus | 2407 | if (!m_focused && acceptsFocus() && m_click_focus) //check focus |
2407 | focus(); | 2408 | focus(); |
2408 | |||
2409 | menu().hide(); | ||
2410 | } | 2409 | } |
2411 | } | 2410 | } |
2412 | 2411 | ||