Fix Mark dialog's Copy Marked Text button is not macroable issue

Fix #13405, close #13407
pull/13444/head
doug1234 2023-03-24 20:36:43 -04:00 committed by Don Ho
parent 7e4b281b8a
commit 5e23a86179
1 changed files with 1 additions and 1 deletions

View File

@ -2090,7 +2090,7 @@ intptr_t CALLBACK FindReplaceDlg::run_dlgProc(UINT message, WPARAM wParam, LPARA
case IDC_COPY_MARKED_TEXT:
{
(*_ppEditView)->markedTextToClipboard(SCE_UNIVERSAL_FOUND_STYLE);
::SendMessage(_hParent, WM_COMMAND, IDM_SEARCH_MARKEDTOCLIP, 0);
}
return TRUE;