mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UDP: treat wsFullScreen as Maximized when saving Main Form WindowState
This commit is contained in:
parent
bb0f0026b5
commit
9bb0aea519
1 changed files with 1 additions and 1 deletions
|
|
@ -6257,7 +6257,7 @@ begin
|
|||
gConfig.SetValue(ANode, 'Width', FRestoredWidth);
|
||||
gConfig.SetValue(ANode, 'Height', FRestoredHeight);
|
||||
gConfig.SetValue(ANode, 'PixelsPerInch', Screen.PixelsPerInch);
|
||||
gConfig.SetValue(ANode, 'Maximized', (WindowState = wsMaximized));
|
||||
gConfig.SetValue(ANode, 'Maximized', (WindowState in [wsMaximized,wsFullScreen]));
|
||||
gConfig.SetValue(ANode, 'Splitter', FMainSplitterPos);
|
||||
end;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue