From 45c766084d054c59e8b740ea2686f5984bf0f040 Mon Sep 17 00:00:00 2001 From: cinamod Date: Fri, 13 Aug 2004 17:07:17 +0000 Subject: [PATCH] don't draw handle box grippies for GtkPaned --- modules/engines/ms-windows/msw_style.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/engines/ms-windows/msw_style.c b/modules/engines/ms-windows/msw_style.c index 6a37312a47..3e454f1d51 100755 --- a/modules/engines/ms-windows/msw_style.c +++ b/modules/engines/ms-windows/msw_style.c @@ -1814,11 +1814,12 @@ draw_handle (GtkStyle *style, { return; } + /* grippers are just flat boxes when they're not a toolbar */ parent_class->draw_box (style, window, state_type, shadow_type, area, widget, detail, x, y, width, height); } - else + else if (!GTK_IS_PANED (widget)) { /* TODO: Draw handle boxes as double lines: || */ parent_class->draw_handle (style, window, state_type, shadow_type,