mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 03:49:41 +02:00
ide: don't expand compiler file name history on every IDE options dialog show
git-svn-id: trunk@20704 -
This commit is contained in:
parent
2bbd8ddb40
commit
36a98d84f6
@ -242,7 +242,6 @@ begin
|
||||
Items.Assign(CompilerFileHistory);
|
||||
AddFilenameToList(Items,FindDefaultCompilerPath);
|
||||
AddFilenameToList(Items,FindDefaultExecutablePath('fpc'+GetExecutableExt));
|
||||
GetDefaultCompilerFilenames(Items);
|
||||
Items.EndUpdate;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user