IDE: Update also FPC source dir note after selecting a compiler. Issue #20771 / see also revision 33860 #1aa5eab515

git-svn-id: trunk@39381 -
This commit is contained in:
martin 2012-11-26 13:25:30 +00:00
parent 4b4bc43074
commit 4aefdbe1f1

View File

@ -1398,6 +1398,7 @@ end;
procedure TInitialSetupDialog.CompilerComboBoxChange(Sender: TObject);
begin
UpdateCompilerNote;
UpdateFPCSrcDirNote;
end;
procedure TInitialSetupDialog.DebuggerBrowseButtonClick(Sender: TObject);