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);
|
||||
try
|
||||
try
|
||||
DockMaster.CloseAll;
|
||||
self.Visible:=true;
|
||||
DockMaster.LoadLayoutFromConfig(xcfg, false);
|
||||
except
|
||||
exit;
|
||||
|
|
Loading…
Reference in New Issue