mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 09:32:36 +02:00
IDE: fixed showing todo items after opening new project from Vladimir Zhirov (issue #13003)
git-svn-id: trunk@18354 -
This commit is contained in:
parent
3502222ac1
commit
c1e4d2fb96
@ -1,4 +1,4 @@
|
||||
#The following people contributed to Lazarus:
|
||||
#The following people contributed to Lazarus:
|
||||
|
||||
A. J. Venter
|
||||
Aleksey Lagunov
|
||||
@ -130,6 +130,7 @@ Valdas Jankunas
|
||||
Vasily I. Volchenko
|
||||
Vincent Beuselinck
|
||||
Vincent Snijders
|
||||
Vladimir Zhirov
|
||||
Wanderlan Santos dos Anjos
|
||||
Wojciech Malinowski
|
||||
Yuriy Yeroshkin
|
||||
|
@ -538,6 +538,7 @@ begin
|
||||
try
|
||||
fBuild:=True;
|
||||
CodeToolBoss.ActivateWriteLock;
|
||||
fScannedFiles.Clear;
|
||||
lvTodo.Items.Clear;
|
||||
|
||||
if MainSourceFilename='' then exit;
|
||||
|
Loading…
Reference in New Issue
Block a user