mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-28 08:14:18 +02:00
Fix replace field focus losing when Notepad++ is switched back
Fix #6021, close #15756
This commit is contained in:
parent
ba3b4578b2
commit
5d29f72464
@ -1708,7 +1708,7 @@ intptr_t CALLBACK FindReplaceDlg::run_dlgProc(UINT message, WPARAM wParam, LPARA
|
|||||||
enableFindDlgItem(IDREDOTMATCHNL, false);
|
enableFindDlgItem(IDREDOTMATCHNL, false);
|
||||||
}
|
}
|
||||||
enableProjectCheckmarks();
|
enableProjectCheckmarks();
|
||||||
return TRUE;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
case NPPM_MODELESSDIALOG :
|
case NPPM_MODELESSDIALOG :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user