mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
Bug 310331 - Fix wrong viewer input
This commit is contained in:
parent
5d22a3c67a
commit
627bbc0aed
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ public class VMViewerUpdate extends DsfExecutable implements IViewerUpdate {
|
|||
elementList.add(0, listDelta.getElement());
|
||||
}
|
||||
fClientUpdate = new ClientUpdatePlaceHolder(
|
||||
new TreePath(elementList.toArray()), elementList.get(elementList.size() - 1), presentationContext);
|
||||
new TreePath(elementList.toArray()), elementList.get(0), presentationContext);
|
||||
fRequestMonitor = requestMonitor;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue