Kaydet (Commit) 2c50c24c authored tarafından Szymon Kłos's avatar Szymon Kłos

don't invalidate the dialog after every typed character

Change-Id: Ib422edf3b615fec6513887283595f647f5bc197e
üst 7e33e62e
...@@ -814,7 +814,8 @@ IMPL_LINK_NOARG( RemoteFilesDialog, FileNameGetFocusHdl ) ...@@ -814,7 +814,8 @@ IMPL_LINK_NOARG( RemoteFilesDialog, FileNameGetFocusHdl )
IMPL_LINK_NOARG( RemoteFilesDialog, FileNameModifyHdl ) IMPL_LINK_NOARG( RemoteFilesDialog, FileNameModifyHdl )
{ {
m_pFileView->SetNoSelection(); m_pFileView->SetNoSelection();
EnableControls(); if( !m_pOk_btn->IsEnabled() )
EnableControls();
return 1; return 1;
} }
......
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