IDE: options frames: fixed Cancel/Restore for options without supported class/group

git-svn-id: trunk@48763 -
This commit is contained in:
mattias 2015-04-16 20:21:35 +00:00
parent a86ee59048
commit 52cf9db74f

View File

@ -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;