summaryrefslogtreecommitdiff
path: root/src/Basemenu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Basemenu.cc')
-rw-r--r--src/Basemenu.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Basemenu.cc b/src/Basemenu.cc
index 4cddaa97..e54ef19c 100644
--- a/src/Basemenu.cc
+++ b/src/Basemenu.cc
@@ -627,7 +627,6 @@ void Basemenu::drawItem(int index, bool highlight, bool clear,
XSetClipMask(blackbox->getXDisplay(), pen.gc(),
style->tick_image.mask);
- cout << oppsel_x << ' ' << sel_x << endl;
XFillRectangle(blackbox->getXDisplay(), menu.frame, pen.gc(),
oppsel_x, item_y + menu.item_h/2 - style->tick_image.h/2,
style->tick_image.w,
@@ -681,8 +680,7 @@ void Basemenu::drawItem(int index, bool highlight, bool clear,
XFillRectangle(blackbox->getXDisplay(), menu.frame, pen.gc(),
sel_x, item_y + menu.item_h/2 - style->bullet_image.h/2,
- sel_x + style->bullet_image.w,
- item_y + menu.item_h/2 + style->bullet_image.h/2);
+ style->bullet_image.w, style->bullet_image.h);
XSetClipMask(blackbox->getXDisplay(), pen.gc(), None);