mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 05:59:28 +02:00
IDE: Update also FPC source dir note after selecting a compiler. Issue #20771
git-svn-id: trunk@33860 -
This commit is contained in:
parent
ee2491aa10
commit
1aa5eab515
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user