mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 20:50:18 +02:00
IDE: fixed crash in env options
git-svn-id: trunk@26017 -
This commit is contained in:
parent
825b5e96c9
commit
3078aa02d2
@ -187,6 +187,7 @@ begin
|
||||
for APlacement := Low(TIDEWindowPlacement) to High(TIDEWindowPlacement) do
|
||||
begin
|
||||
RadioButton := GetPlacementRadioButtons(APlacement);
|
||||
if RadioButton=nil then continue;
|
||||
if APlacement in Layout.WindowPlacementsAllowed then
|
||||
begin
|
||||
RadioButton.Enabled := True;
|
||||
|
Loading…
Reference in New Issue
Block a user