diff options
author | shingil.kang <shingil.kang@samsung.com> | 2014-02-03 12:08:03 +0900 |
---|---|---|
committer | shingil.kang <shingil.kang@samsung.com> | 2014-02-03 12:10:41 +0900 |
commit | a7244c2f718dd8b7445d0f03272f9e1eb0056948 (patch) | |
tree | cda979c40db57bda51a044f6db08255f4df7163d /org.tizen.common.connection | |
parent | 5df23a5508550638912d40f67f4798826a2048da (diff) | |
download | common-eplugin-a7244c2f718dd8b7445d0f03272f9e1eb0056948.tar.gz common-eplugin-a7244c2f718dd8b7445d0f03272f9e1eb0056948.tar.bz2 common-eplugin-a7244c2f718dd8b7445d0f03272f9e1eb0056948.zip |
TOOLS: Focused on the device if a device is selected when the connection explorer runs initially
Change-Id: Ie7fbbd604c957e3c1b6024c95bcfc1ac61606d5d
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
Diffstat (limited to 'org.tizen.common.connection')
-rwxr-xr-x | org.tizen.common.connection/src/org/tizen/common/connection/explorer/ConnectionExplorerPanel.java | 3 |
1 files changed, 2 insertions, 1 deletions
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 5f507e0f5..ab911f5a7 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 @@ -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 +} |