aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbCommands.cc')
-rw-r--r--src/FbCommands.cc1
1 files changed, 1 insertions, 0 deletions
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) {
92 int borderw = menu.fbwindow().borderWidth(); 92 int borderw = menu.fbwindow().borderWidth();
93 int head = screen.getHead(rx, ry); 93 int head = screen.getHead(rx, ry);
94 94
95 menu.updateMenu();
95 pair<int, int> m = 96 pair<int, int> m =
96 screen.clampToHead(head, 97 screen.clampToHead(head,
97 rx - menu.width() / 2, 98 rx - menu.width() / 2,