mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 20:55:44 +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
2c6031c2ec
commit
d2be375387
1 changed files with 1 additions and 1 deletions
|
@ -267,8 +267,8 @@ public class SingleExpressionVMNode extends AbstractVMNode implements IElementLa
|
|||
}
|
||||
}
|
||||
}
|
||||
requestMonitor.done();
|
||||
}
|
||||
requestMonitor.done();
|
||||
}
|
||||
|
||||
private void buildDeltaForExpressionsChangedEvent(ExpressionsChangedEvent event, VMDelta parentDelta,
|
||||
|
|
Loading…
Add table
Reference in a new issue