fix #409 - floating widget content is gone

This commit is contained in:
Basile Burg 2019-01-18 16:41:51 +01:00
parent b5f2fde128
commit 44c2d9d5cf
1 changed files with 1 additions and 1 deletions

View File

@ -1923,7 +1923,7 @@ begin
// without this the relaoding fails
// see https://bugs.freepascal.org/view.php?id=34454
for w in fWidgList do
w.Close;
DockMaster.ManualFloat(w);
DockMaster.LoadLayoutFromConfig(x, false);
except
exit;