mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 05:39:44 +02:00
MG: fixed unitname update bug
git-svn-id: trunk@3586 -
This commit is contained in:
parent
416fad469e
commit
3ae29b7c22
@ -1588,6 +1588,11 @@ end;
|
||||
|
||||
procedure TCodeToolManager.AfterApplyingChanges;
|
||||
begin
|
||||
// clear all codetrees of changed buffers
|
||||
if FCurCodeTool<>nil then
|
||||
FCurCodeTool.Clear;
|
||||
|
||||
// user callback
|
||||
if Assigned(FOnAfterApplyChanges) then
|
||||
FOnAfterApplyChanges(Self);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user