Fix Mark dialog's Copy Marked Text button is not macroable issue
Fix #13405, close #13407
This commit is contained in:
parent
7e4b281b8a
commit
5e23a86179
|
@ -2090,7 +2090,7 @@ intptr_t CALLBACK FindReplaceDlg::run_dlgProc(UINT message, WPARAM wParam, LPARA
|
||||||
|
|
||||||
case IDC_COPY_MARKED_TEXT:
|
case IDC_COPY_MARKED_TEXT:
|
||||||
{
|
{
|
||||||
(*_ppEditView)->markedTextToClipboard(SCE_UNIVERSAL_FOUND_STYLE);
|
::SendMessage(_hParent, WM_COMMAND, IDM_SEARCH_MARKEDTOCLIP, 0);
|
||||||
}
|
}
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue