diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-07-09 13:13:09 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2015-07-16 09:53:39 +0200 |
commit | 2a6cec2caae7a04f9dc16d05aa2402536678c4c1 (patch) | |
tree | d5786398b5232f2dc91be30d636b2b9a3da510d4 /svtools | |
parent | 1fbe4809e07d9ef3b38116368012451ca773e16c (diff) |
Default focus on filename field after selecting service
Change-Id: I1c1d2855925b3d04b18a0401156b0a8c6e38d8dd
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/dialogs/RemoteFilesDialog.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svtools/source/dialogs/RemoteFilesDialog.cxx b/svtools/source/dialogs/RemoteFilesDialog.cxx index 129dcee1dd6c..05f1ac9c1fd2 100644 --- a/svtools/source/dialogs/RemoteFilesDialog.cxx +++ b/svtools/source/dialogs/RemoteFilesDialog.cxx @@ -592,6 +592,8 @@ IMPL_LINK_NOARG ( RemoteFilesDialog, SelectServiceHdl ) pRoot->SetUserData( static_cast< void* >( sData ) ); m_pTreeView->Expand( pRoot ); + + m_pName_ed->GrabFocus(); } } |