fix #154 - Symstrings not updated when the project configuration changes

This commit is contained in:
Basile Burg 2017-05-31 10:45:15 +02:00
parent 5fc8ea57b3
commit 6c3ca70a6f
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 0 additions and 3 deletions

View File

@ -120,9 +120,6 @@ end;
procedure TCESymbolExpander.projChanged(project: ICECommonProject); procedure TCESymbolExpander.projChanged(project: ICECommonProject);
begin begin
fProjInterface := project;
if fProj <> project.getProject then
exit;
fNeedUpdate := true; fNeedUpdate := true;
end; end;