hide the dock when reconfiguring otherwise the user has to move the mouse over it to make it hide the first time
This commit is contained in:
parent
4cf0d783f7
commit
89d964d9fe
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ void dock_startup(gboolean reconfig)
|
||||||
stacking_add(DOCK_AS_WINDOW(dock));
|
stacking_add(DOCK_AS_WINDOW(dock));
|
||||||
|
|
||||||
dock_configure();
|
dock_configure();
|
||||||
|
dock_hide(TRUE);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue