Skip to content

Commit 2cc9eff

Browse files
committed
CSSTUDIO-3270 Select the found DisplayRuntime instance.
1 parent d3b1192 commit 2cc9eff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/ui/src/main/java/org/phoebus/ui/internal/MementoHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ private static void restoreApplication(final MementoTree item_memento, final Doc
309309
instance = existing.getApplication();
310310
existing.getDockPane().getTabs().remove(existing);
311311
pane.getTabs().add(existing);
312+
existing.select();
312313
}
313314
else {
314315
instance = ((AppResourceDescriptor) app).create(inputURI);

0 commit comments

Comments
 (0)