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

Fix #6021, close #15756
This commit is contained in:
Coises 2024-11-03 08:25:35 -07:00 committed by Don Ho
parent ba3b4578b2
commit 5d29f72464

View File

@ -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 :