mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 11:19:26 +02:00
IDE: options frames: fixed Cancel/Restore for options without supported class/group
git-svn-id: trunk@48763 -
This commit is contained in:
parent
a86ee59048
commit
52cf9db74f
@ -476,8 +476,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