From 222b02e8dc41f9ccb3fc35d18453fdc700f7f1c7 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 25 Oct 2018 00:55:56 +0200 Subject: [PATCH] workaround issue 34454 see https://bugs.freepascal.org/view.php?id=34454 --- src/ce_main.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ce_main.pas b/src/ce_main.pas index 9eeb1469..9ba2933d 100644 --- a/src/ce_main.pas +++ b/src/ce_main.pas @@ -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;