forked from AuroraMiddleware/gtk
don't draw handle box grippies for GtkPaned
This commit is contained in:
parent
95239fca67
commit
45c766084d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user