workaround issue 34454

see https://bugs.freepascal.org/view.php?id=34454
This commit is contained in:
Basile Burg 2018-10-25 00:55:56 +02:00
parent 03df707470
commit 222b02e8dc
1 changed files with 2 additions and 0 deletions

View File

@ -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;