mirror of https://gitlab.com/basile.b/dexed.git
fix #409 - floating widget content is gone
This commit is contained in:
parent
b5f2fde128
commit
44c2d9d5cf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue