Focus for file name field after using it to open folder

Change-Id: Ic3ae0c899c5feea659d22100f98dbeca4df217eb
This commit is contained in:
Szymon Kłos
2015-10-03 21:36:42 +02:00
parent 8e8247975e
commit 227aa18e23

View File

@@ -1142,6 +1142,9 @@ IMPL_LINK_NOARG_TYPED ( RemoteFilesDialog, OkHdl, Button*, void )
OpenURL( sPathNoExt );
m_pName_ed->SetText( "" );
if( !bSelected )
m_pName_ed->GrabFocus();
return;
}