mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-17 05:05:43 +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,9 +267,9 @@ public class SingleExpressionVMNode extends AbstractVMNode implements IElementLa
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
requestMonitor.done();
|
||||
}
|
||||
}
|
||||
|
||||
private void buildDeltaForExpressionsChangedEvent(ExpressionsChangedEvent event, VMDelta parentDelta,
|
||||
int nodeOffset, RequestMonitor requestMonitor)
|
||||
|
|
Loading…
Add table
Reference in a new issue