Fixed setting the strut when showing the panels
This commit is contained in:
parent
98b1c102e9
commit
aad1ab61ca
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user