forked from AuroraMiddleware/gtk
path bar: Don't hide arrows
Changing the visibility of child widgets in size-allocate does not work well with out current allocation and layout machinery. To avoid the visual fallout, just keep the arrow buttons visible and only change their sensitivity. https://bugzilla.gnome.org/show_bug.cgi?id=754868
This commit is contained in:
parent
761120a5e2
commit
e8ad47498b
@ -527,7 +527,7 @@ gtk_path_bar_size_allocate (GtkWidget *widget,
|
||||
GList *list, *first_button;
|
||||
gint width;
|
||||
gint allocation_width;
|
||||
gboolean need_sliders = FALSE;
|
||||
gboolean need_sliders = TRUE;
|
||||
gint up_slider_offset = 0;
|
||||
gint down_slider_offset = 0;
|
||||
GtkRequisition child_requisition;
|
||||
|
Loading…
Reference in New Issue
Block a user