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