Skip to content

Commit d27aaaa

Browse files
committed
Find/Replace - handle Ctrl+Enter #273
1 parent 6d1c135 commit d27aaaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Edit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5310,7 +5310,7 @@ INT_PTR CALLBACK EditFindReplaceDlgProcW(HWND hwnd, UINT umsg, WPARAM wParam, LP
53105310
int iAnchor = SciCall_GetAnchor();
53115311
SciCall_SetCurrentPos(0);
53125312
SciCall_SetAnchor(0);
5313-
if (!EditFindNext(lpefr->hwnd, lpefr, LOWORD(wParam) == IDACC_SELTONEXT))
5313+
if (!EditFindNext(lpefr->hwnd, lpefr, FALSE))
53145314
{
53155315
SciCall_SetCurrentPos(iPos);
53165316
SciCall_SetAnchor(iAnchor);

0 commit comments

Comments
 (0)