Skip to content

Commit

Permalink
Fix replace field focus losing when Notepad++ is switched back
Browse files Browse the repository at this point in the history
  • Loading branch information
Coises authored and donho committed Nov 4, 2024
1 parent ba3b457 commit 5d29f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerEditor/src/ScintillaComponent/FindReplaceDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down

0 comments on commit 5d29f72

Please sign in to comment.