mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 02:07:34 +02:00
IDE: todolist, fixed retrieving todo items in unmodified sources
git-svn-id: trunk@19943 -
This commit is contained in:
parent
cb1aabd1fe
commit
b6d242fa96
@ -616,7 +616,7 @@ begin
|
||||
|
||||
//DebugLn(['TfrmTodo.acRefreshExecute MainSourceFilename=',MainSourceFilename]);
|
||||
|
||||
if not LazarusIDE.SaveSourceEditorChangesToCodeCache(-1) then exit;
|
||||
LazarusIDE.SaveSourceEditorChangesToCodeCache(-1);
|
||||
|
||||
Screen.Cursor:=crHourGlass;
|
||||
Owners:=nil;
|
||||
|
Loading…
Reference in New Issue
Block a user