From 9e17c42bd6cec6874124932d683d6692c9ee2bf3 Mon Sep 17 00:00:00 2001 From: "shingil.kang" Date: Thu, 6 Mar 2014 17:06:28 +0900 Subject: [PATCH 1/1] TOOLS: Showed same view when changing multi view mode from single view mode in the Connection Explorer Change-Id: I3b6e977bc094c46228f5e9f54df3501edb990926 Signed-off-by: shingil.kang --- .../tizen/common/connection/explorer/ConnectionExplorerPanel.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/org.tizen.common.connection/src/org/tizen/common/connection/explorer/ConnectionExplorerPanel.java b/org.tizen.common.connection/src/org/tizen/common/connection/explorer/ConnectionExplorerPanel.java index d0bf00d..45f41c6 100755 --- a/org.tizen.common.connection/src/org/tizen/common/connection/explorer/ConnectionExplorerPanel.java +++ b/org.tizen.common.connection/src/org/tizen/common/connection/explorer/ConnectionExplorerPanel.java @@ -1837,6 +1837,12 @@ public class ConnectionExplorerPanel implements IDeviceChangeListener, IDebugBri tableViewerComposite.setVisible(true); tableViewerComposite.getParent().layout(); isSingleViewMode = false; + + if(!selectionInDeviceView) + { + tableViewerComposite.setVisible(false); + tableViewerComposite.getParent().layout(); + } } } -- 2.7.4