mirror of https://gitlab.com/basile.b/dexed.git
fix app must be visible when saving docking
This commit is contained in:
parent
94f3e11a0a
commit
11c0f6656a
|
@ -513,6 +513,9 @@ procedure TCEMainForm.SaveDocking;
|
|||
var
|
||||
xcfg: TXMLConfigStorage;
|
||||
begin
|
||||
WindowState := wsNormal;
|
||||
if not Visible then exit;
|
||||
//
|
||||
xcfg := TXMLConfigStorage.Create(getDocPath + 'docking.xml',false);
|
||||
try
|
||||
DockMaster.SaveLayoutToConfig(xcfg);
|
||||
|
|
Loading…
Reference in New Issue