Kaydet (Commit) 227aa18e authored tarafından Szymon Kłos's avatar Szymon Kłos

Focus for file name field after using it to open folder

Change-Id: Ic3ae0c899c5feea659d22100f98dbeca4df217eb
üst 8e824797
...@@ -1142,6 +1142,9 @@ IMPL_LINK_NOARG_TYPED ( RemoteFilesDialog, OkHdl, Button*, void ) ...@@ -1142,6 +1142,9 @@ IMPL_LINK_NOARG_TYPED ( RemoteFilesDialog, OkHdl, Button*, void )
OpenURL( sPathNoExt ); OpenURL( sPathNoExt );
m_pName_ed->SetText( "" ); m_pName_ed->SetText( "" );
if( !bSelected )
m_pName_ed->GrabFocus();
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment