Fixed setting the strut when showing the panels

This commit is contained in:
Pierre Pronchery 2011-11-07 23:50:45 +00:00
parent 98b1c102e9
commit aad1ab61ca

View File

@ -139,6 +139,7 @@ void panel_window_show(PanelWindow * panel, gboolean show)
{
_panel_window_reset(panel);
gtk_widget_show(panel->window);
_panel_window_reset_strut(panel);
}
else
gtk_widget_hide(panel->window);