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:
mattias 2015-04-16 20:21:57 +00:00
parent 1e71078dc2
commit 0f6e15912a

View File

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