summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/menu.c b/openbox/menu.c
index 29e6677d..b67b76a6 100644
--- a/openbox/menu.c
+++ b/openbox/menu.c
@@ -408,7 +408,7 @@ void menu_control_mouseover(MenuEntry *self, gboolean enter) {
/* TODO: I don't understand why these bevels should be here.
Something must be wrong in the width calculation */
x = self->parent->location.x + self->parent->size.width +
- ob_rr_theme->bevel;
+ ob_rr_theme->bwidth;
/* need to get the width. is this bad?*/
menu_render(self->submenu);