mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-17 22:15:23 +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.getDeltaFlagsForExpression(expressionRemainder, event) != IModelDelta.NO_CHANGE)
|
||||||
{
|
{
|
||||||
childNode.buildDeltaForExpression(
|
childNode.buildDeltaForExpression(
|
||||||
expression, elementIdx, expressionRemainder, event, parentDelta, path, rm);
|
expression, elementIdx, expressionRemainder, event, parentDelta, path, countingRm);
|
||||||
childRmCount++;
|
childRmCount++;
|
||||||
// The child node will call update.done();
|
// The child node will call update.done();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue