diff options
-rw-r--r-- | mate-panel/panel-widget.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mate-panel/panel-widget.c b/mate-panel/panel-widget.c index b178b860..8ba97fc1 100644 --- a/mate-panel/panel-widget.c +++ b/mate-panel/panel-widget.c @@ -1584,6 +1584,7 @@ panel_widget_size_allocate(GtkWidget *widget, GtkAllocation *allocation) #if !GTK_CHECK_VERSION(3, 18, 0) panel_widget_set_background_region (panel); #endif + gtk_widget_queue_resize(widget); } gboolean |