mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
[204955] Fixed the bug in use of the counting request monitor.
This commit is contained in:
parent
9e4fd94676
commit
3ba7032c29
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ public abstract class AbstractExpressionLayoutNode<V extends IDMData> extends Ab
|
|||
childNode.getDeltaFlagsForExpression(expressionRemainder, event) != IModelDelta.NO_CHANGE)
|
||||
{
|
||||
childNode.buildDeltaForExpression(
|
||||
expression, elementIdx, expressionRemainder, event, parentDelta, path, rm);
|
||||
expression, elementIdx, expressionRemainder, event, parentDelta, path, countingRm);
|
||||
childRmCount++;
|
||||
// The child node will call update.done();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue