aboutsummaryrefslogtreecommitdiff
path: root/src/Toolbar.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Toolbar.cc')
-rw-r--r--src/Toolbar.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc
index 5f4cc80..c43a419 100644
--- a/src/Toolbar.cc
+++ b/src/Toolbar.cc
@@ -517,7 +517,7 @@ void Toolbar::buttonPressEvent(XButtonEvent &be) {
517 517
518 if (be.button == 1) 518 if (be.button == 1)
519 raise(); 519 raise();
520 if (be.button != 3) 520 if (be.button != 2)
521 return; 521 return;
522 522
523 screen() 523 screen()