IDE: Update also FPC source dir note after selecting a compiler. Issue #20771

git-svn-id: trunk@33860 -
This commit is contained in:
juha 2011-11-30 06:34:37 +00:00
parent ee2491aa10
commit 1aa5eab515

View File

@ -923,6 +923,7 @@ begin
end;
CompilerComboBox.Text:=Filename;
UpdateCompilerNote;
UpdateFPCSrcDirNote;
end;
procedure TInitialSetupDialog.FormDestroy(Sender: TObject);
@ -977,8 +978,7 @@ begin
PropertiesTreeView.Selected:=PropertiesTreeView.Items.TopLvlItems[i];
end;
procedure TInitialSetupDialog.PropertiesTreeViewSelectionChanged(Sender: TObject
);
procedure TInitialSetupDialog.PropertiesTreeViewSelectionChanged(Sender: TObject);
begin
if PropertiesTreeView.Selected=nil then
SelectPage(TVNodeLazarus.Text)