TOOLS: Focused on the device if a device is selected when the connection explorer... 59/15959/1
authorshingil.kang <shingil.kang@samsung.com>
Mon, 3 Feb 2014 03:08:03 +0000 (12:08 +0900)
committershingil.kang <shingil.kang@samsung.com>
Mon, 3 Feb 2014 03:10:41 +0000 (12:10 +0900)
Change-Id: Ie7fbbd604c957e3c1b6024c95bcfc1ac61606d5d
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
org.tizen.common.connection/src/org/tizen/common/connection/explorer/ConnectionExplorerPanel.java

index 5f507e0..ab911f5 100755 (executable)
@@ -1379,6 +1379,7 @@ public class ConnectionExplorerPanel implements IDeviceChangeListener, IDebugBri
                     if (item.getText().equals(ConnectionExplorerLabelProvider.getDeviceSerialWithName(entry)))
                     {
                         tree.setSelection(item);
+                        tree.setFocus();
                     }
                 }
             }
@@ -1875,4 +1876,4 @@ class FileColumnConst
     public static final int COLUMN_DATE = 1;
 
     public static final int COLUMN_SIZE = 2;
-}
\ No newline at end of file
+}