mirror of https://gitlab.com/basile.b/dexed.git
workaround issue 34454
see https://bugs.freepascal.org/view.php?id=34454
This commit is contained in:
parent
03df707470
commit
222b02e8dc
|
@ -1902,6 +1902,8 @@ begin
|
||||||
xcfg := TXMLConfigStorage.Create(getDocPath + 'docking.xml', true);
|
xcfg := TXMLConfigStorage.Create(getDocPath + 'docking.xml', true);
|
||||||
try
|
try
|
||||||
try
|
try
|
||||||
|
DockMaster.CloseAll;
|
||||||
|
self.Visible:=true;
|
||||||
DockMaster.LoadLayoutFromConfig(xcfg, false);
|
DockMaster.LoadLayoutFromConfig(xcfg, false);
|
||||||
except
|
except
|
||||||
exit;
|
exit;
|
||||||
|
|
Loading…
Reference in New Issue