mirror of https://gitlab.com/basile.b/dexed.git
fix, bug introduced by f4da130df1.
first launch, all widgets were hidden. The optimization is only set if the docking have been saved at least one.
This commit is contained in:
parent
db55163001
commit
56299e965f
|
|
@ -523,7 +523,7 @@ begin
|
|||
|
||||
for i := 0 to fWidgList.Count-1 do
|
||||
begin
|
||||
DockMaster.MakeDockable(fWidgList.widget[i], false);
|
||||
DockMaster.MakeDockable(fWidgList.widget[i], not fileExists(getCoeditDocPath + 'docking.xml'));
|
||||
DockMaster.GetAnchorSite(fWidgList.widget[i]).Header.HeaderPosition := adlhpTop;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue