Change _NET_WM_ICON_GEOMETRY on panel shrink (issue #634)

This commit is contained in:
o9000
2017-04-08 14:10:39 +02:00
parent e7375a186f
commit 0932cc1084
3 changed files with 18 additions and 0 deletions

View File

@@ -1083,6 +1083,7 @@ void shrink_panel(Panel *panel)
systray.area.resize_needed = TRUE;
schedule_redraw(&systray.area);
refresh_systray = TRUE;
update_minimized_icon_positions(panel);
}
}