mirror of https://gitlab.com/basile.b/dexed.git
fix #154 - Symstrings not updated when the project configuration changes
This commit is contained in:
parent
5fc8ea57b3
commit
6c3ca70a6f
|
@ -120,9 +120,6 @@ end;
|
|||
|
||||
procedure TCESymbolExpander.projChanged(project: ICECommonProject);
|
||||
begin
|
||||
fProjInterface := project;
|
||||
if fProj <> project.getProject then
|
||||
exit;
|
||||
fNeedUpdate := true;
|
||||
end;
|
||||
|
||||
|
|
Loading…
Reference in New Issue