mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed update bug in registers view (bug 190366).
This commit is contained in:
parent
68057fa52d
commit
aaa58b4fdb
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ public class RegisterLayoutNode extends AbstractExpressionLayoutNode<IRegisterDM
|
||||||
parent.addFlags(IModelDelta.CONTENT);
|
parent.addFlags(IModelDelta.CONTENT);
|
||||||
}
|
}
|
||||||
if (e instanceof IRegisters.IRegisterChangedDMEvent) {
|
if (e instanceof IRegisters.IRegisterChangedDMEvent) {
|
||||||
parent.addNode( new DMVMContext(((IRegisterChangedDMEvent)e).getDMContext()), IModelDelta.STATE );
|
parent.addNode( createVMContext(((IRegisterChangedDMEvent)e).getDMContext()), IModelDelta.STATE );
|
||||||
}
|
}
|
||||||
|
|
||||||
super.buildDeltaForDMEvent(e, parent, nodeOffset, rm);
|
super.buildDeltaForDMEvent(e, parent, nodeOffset, rm);
|
||||||
|
|
Loading…
Add table
Reference in a new issue