From 84e9f9708546526ce12269b31bec6f0459f0852f Mon Sep 17 00:00:00 2001 From: markt Date: Fri, 16 Mar 2007 22:09:28 +0000 Subject: fixed a little bug with placing new menus --- src/FbCommands.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/FbCommands.cc b/src/FbCommands.cc index bef6402..d53afd2 100644 --- a/src/FbCommands.cc +++ b/src/FbCommands.cc @@ -92,6 +92,7 @@ void showMenu(const BScreen &screen, FbTk::Menu &menu) { int borderw = menu.fbwindow().borderWidth(); int head = screen.getHead(rx, ry); + menu.updateMenu(); pair m = screen.clampToHead(head, rx - menu.width() / 2, -- cgit v0.11.2