diff options
author | lukefromdc <[email protected]> | 2017-10-05 01:27:36 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-11-07 14:07:12 +0100 |
commit | a4fd814806250e0b23779949fe019025398f1740 (patch) | |
tree | 570cd57e2170fda2c206870142c40b21f4e140f7 | |
parent | e547e8dcb7584c1f2f57721fe8fac39cdcac2a5d (diff) | |
download | mate-panel-a4fd814806250e0b23779949fe019025398f1740.tar.bz2 mate-panel-a4fd814806250e0b23779949fe019025398f1740.tar.xz |
Stop panel collapse left on adding certain out-of-process applets
Stop panel from collapsing left on adding fish, moving window-list(or other wncklet applet) on otherwise empty panel
Fixes https://github.com/mate-desktop/mate-panel/issues/661
-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 |