mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 00:58:13 +02:00
IDE: compiler options dlg: fixed page index
git-svn-id: trunk@21703 -
This commit is contained in:
parent
f080b4e85e
commit
f148930da6
@ -1539,9 +1539,6 @@ end;
|
|||||||
|
|
||||||
procedure TfrmCompilerOptions.SetupConditionalTab(Page: integer);
|
procedure TfrmCompilerOptions.SetupConditionalTab(Page: integer);
|
||||||
begin
|
begin
|
||||||
{$IFNDEF EnableBuildModes}
|
|
||||||
ConditionalPage.TabVisible:=false;
|
|
||||||
{$ENDIF}
|
|
||||||
MainNoteBook.Page[Page].Caption:=dlgCOConditionals;
|
MainNoteBook.Page[Page].Caption:=dlgCOConditionals;
|
||||||
{$IFDEF EnableBuildModes}
|
{$IFDEF EnableBuildModes}
|
||||||
CategoryTreeView.Items.AddObject(nil,MainNoteBook.Page[Page].Caption,MainNoteBook.Page[Page]);
|
CategoryTreeView.Items.AddObject(nil,MainNoteBook.Page[Page].Caption,MainNoteBook.Page[Page]);
|
||||||
|
Loading…
Reference in New Issue
Block a user