mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 21:00:34 +02:00
IDE: fixed default IDEWindowPlacement for non existing environmentoptions iwpRestoreWindowGeometry, bug #28789
git-svn-id: trunk@49967 -
This commit is contained in:
parent
191262e644
commit
23ea13b71c
@ -1204,7 +1204,7 @@ begin
|
||||
P:=Path+P+'/';
|
||||
FFormCaption := Config.GetValue(P+'Caption/Value', fFormID);
|
||||
// placement
|
||||
if FileVersion<2 then
|
||||
if FileVersion=1 then
|
||||
DefaultValue:=iwpRestoreWindowSize
|
||||
else
|
||||
DefaultValue:=iwpRestoreWindowGeometry;
|
||||
|
Loading…
Reference in New Issue
Block a user