deprecated option noBoundsCheck is now totally hidden

This commit is contained in:
Basile Burg 2015-01-11 03:13:55 +01:00
parent a79bcdc27c
commit 17b1ed48c9
1 changed files with 5 additions and 2 deletions

View File

@ -201,6 +201,9 @@ begin
if getGridTarget = fProj.currentConfiguration.pathsOptions then
if aEditor.GetName = 'Sources' then
aShow := false;
if getGridTarget = fProj.currentConfiguration.outputOptions then
if aEditor.GetName = 'noBoundsCheck' then
aShow := false;
end;
function TCEProjectConfigurationWidget.getGridTarget: TPersistent;