Browse Source

Fix replace field focus losing when Notepad++ is switched back

Fix #6021, close #15756
pull/15773/head
Coises 3 weeks ago committed by Don Ho
parent
commit
5d29f72464
  1. 2
      PowerEditor/src/ScintillaComponent/FindReplaceDlg.cpp

2
PowerEditor/src/ScintillaComponent/FindReplaceDlg.cpp

@ -1708,7 +1708,7 @@ intptr_t CALLBACK FindReplaceDlg::run_dlgProc(UINT message, WPARAM wParam, LPARA
enableFindDlgItem(IDREDOTMATCHNL, false);
}
enableProjectCheckmarks();
return TRUE;
return 0;
}
case NPPM_MODELESSDIALOG :

Loading…
Cancel
Save