configre teh dock after finding the new screen sizes
This commit is contained in:
parent
bfd20c7a84
commit
12a4cc4cbe
1 changed files with 1 additions and 1 deletions
|
@ -353,8 +353,8 @@ void screen_resize()
|
|||
if (ob_state() == OB_STATE_STARTING)
|
||||
return;
|
||||
|
||||
dock_configure();
|
||||
screen_update_areas();
|
||||
dock_configure();
|
||||
|
||||
for (it = client_list; it; it = it->next)
|
||||
client_move_onscreen(it->data, FALSE);
|
||||
|
|
Loading…
Reference in a new issue