From 2aac9c6f235f372f76eae2356f9d196597758bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Mon, 7 Feb 2011 10:57:55 +0100 Subject: Fix drawing of symbol menus. --- liblogdiag/ld-library-toolbar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liblogdiag/ld-library-toolbar.c b/liblogdiag/ld-library-toolbar.c index b18980f..795ce01 100644 --- a/liblogdiag/ld-library-toolbar.c +++ b/liblogdiag/ld-library-toolbar.c @@ -607,8 +607,8 @@ on_category_toggle (GtkToggleButton *toggle_button, gpointer user_data) item->scale = data->menu_height * 0.5 / MAX (ABS (area.y), ABS (area.y + area.height)) * 0.5; item->width = data->menu_height * 0.5 + item->scale * area.width; - item->dx = item->width * 0.5 + item->scale * (area.width * 0.5 - - MAX (ABS (area.x), ABS (area.x + area.width))); + item->dx = item->width * 0.5 + item->scale + * (area.width * 0.5 - ABS (area.x + area.width)); menu_width += item++->width; } -- cgit v1.2.3