aboutsummaryrefslogtreecommitdiff
path: root/src/Toolbar.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Toolbar.cc')
-rw-r--r--src/Toolbar.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc
index f343552..aa9bc12 100644
--- a/src/Toolbar.cc
+++ b/src/Toolbar.cc
@@ -550,6 +550,7 @@ void Toolbar::buttonPressEvent(XButtonEvent &be) {
550 return; 550 return;
551 } 551 }
552 552
553 XAllowEvents(dpy, SyncPointer, CurrentTime);
553 screen() 554 screen()
554 .placementStrategy() 555 .placementStrategy()
555 .placeAndShowMenu(menu(), be.x_root, be.y_root, false); 556 .placeAndShowMenu(menu(), be.x_root, be.y_root, false);