Skip to content
Snippets Groups Projects
Commit 8c414b68 authored by Emma Söderberg's avatar Emma Söderberg
Browse files

Adds missing propagation to getChild listeners

parent 254fb7f9
Branches
No related tags found
No related merge requests found
......@@ -181,6 +181,12 @@ $if(IncrementalChangeFlush)
// flush children
$if(IncrementalLevelParam)
$if(#isASTNodeDecl)
if (attrID.equals("getChild")) {
int i = (Integer)_parameters;
getChild_handler[i].notifyDependencies();
}
$endif
$endif
$if(IncrementalLevelAttr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment