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
|
// without this the relaoding fails
|
||||||
// see https://bugs.freepascal.org/view.php?id=34454
|
// see https://bugs.freepascal.org/view.php?id=34454
|
||||||
for w in fWidgList do
|
for w in fWidgList do
|
||||||
w.Close;
|
DockMaster.ManualFloat(w);
|
||||||
DockMaster.LoadLayoutFromConfig(x, false);
|
DockMaster.LoadLayoutFromConfig(x, false);
|
||||||
except
|
except
|
||||||
exit;
|
exit;
|
||||||
|
|
Loading…
Reference in New Issue