mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 08:19:29 +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;
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user