mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-18 15:39:21 +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);
|
Items.Assign(CompilerFileHistory);
|
||||||
AddFilenameToList(Items,FindDefaultCompilerPath);
|
AddFilenameToList(Items,FindDefaultCompilerPath);
|
||||||
AddFilenameToList(Items,FindDefaultExecutablePath('fpc'+GetExecutableExt));
|
AddFilenameToList(Items,FindDefaultExecutablePath('fpc'+GetExecutableExt));
|
||||||
GetDefaultCompilerFilenames(Items);
|
|
||||||
Items.EndUpdate;
|
Items.EndUpdate;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user