TOOLS: Showed same view when changing multi view mode from single view mode in the... 08/17308/2
authorshingil.kang <shingil.kang@samsung.com>
Thu, 6 Mar 2014 08:06:28 +0000 (17:06 +0900)
committershingil.kang <shingil.kang@samsung.com>
Thu, 6 Mar 2014 08:14:16 +0000 (17:14 +0900)
Change-Id: I3b6e977bc094c46228f5e9f54df3501edb990926
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
org.tizen.common.connection/src/org/tizen/common/connection/explorer/ConnectionExplorerPanel.java

index d0bf00d..45f41c6 100755 (executable)
@@ -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();
+        }
     }
 }