mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 20:39:15 +02:00
IDE: options frames: fixed Cancel/Restore for options without supported class/group
git-svn-id: branches/fixes_1_4@48764 -
This commit is contained in:
parent
1e71078dc2
commit
0f6e15912a
@ -425,8 +425,12 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
// save settings that do not belong to any group
|
||||
if stag=sWrite then
|
||||
TraverseSettings(nil,iodaWrite); // save settings that does not belong to any group
|
||||
if Restore then
|
||||
TraverseSettings(nil,iodaRestore)
|
||||
else
|
||||
TraverseSettings(nil,iodaWrite);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user