Fix Mark dialog's Copy Marked Text button is not macroable issue
Fix #13405, close #13407pull/13444/head
parent
7e4b281b8a
commit
5e23a86179
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue