From 4382b78b952fb398dc214e8994f0fc96b89b4fb0 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Thu, 23 Jun 2005 22:39:03 +0000 Subject: minor fix for window menu --- src/Window.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Window.cc b/src/Window.cc index 5f45ce8..a8613c3 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -2260,13 +2260,15 @@ void FluxboxWindow::showMenu(int menu_x, int menu_y) { if it's already visible it'll be hidden */ void FluxboxWindow::popupMenu() { - WindowCmd::setWindow(this); - if (menu().isVisible()) { + // hide menu if it was opened for this window before + if (menu().isVisible() && WindowCmd::window() == this) { menu().hide(); return; } + WindowCmd::setWindow(this); + menu().disableTitle(); int menu_y = frame().titlebar().height() + frame().titlebar().borderWidth(); if (!decorations.titlebar) // if we don't have any titlebar -- cgit v0.11.2