mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 385553 - [hover] Expression view hover in editor can show value for incorrect expression
Fixed IllegalStateException when adding expressions in Expressions view.
This commit is contained in:
parent
ee06da3642
commit
a80ecc31b6
1 changed files with 1 additions and 1 deletions
|
@ -282,8 +282,8 @@ public class SingleExpressionVMNode extends AbstractVMNode implements IElementLa
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
requestMonitor.done();
|
||||||
}
|
}
|
||||||
requestMonitor.done();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void buildDeltaForExpressionsChangedEvent(ExpressionsChangedEvent event, VMDelta parentDelta,
|
private void buildDeltaForExpressionsChangedEvent(ExpressionsChangedEvent event, VMDelta parentDelta,
|
||||||
|
|
Loading…
Add table
Reference in a new issue