mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
rebase
This commit is contained in:
parent
b3e60ef7da
commit
95a5b2b65f
@ -6269,16 +6269,22 @@ INT_PTR CALLBACK Style_CustomizeSchemesDlgProc(HWND hwnd,UINT umsg,WPARAM wParam
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
>>>>>>> + fix: implement Accelerator-Key self calling
|
||||
case IDACC_VIEWSCHEMECONFIG:
|
||||
PostMessage(hwnd, WM_COMMAND, MAKELONG(IDC_SETCURLEXERTV, 1), 0);
|
||||
break;
|
||||
|
||||
<<<<<<< HEAD
|
||||
case IDACC_PREVIEW:
|
||||
PostMessage(hwnd, WM_COMMAND, MAKELONG(IDC_PREVIEW, 1), 0);
|
||||
break;
|
||||
|
||||
=======
|
||||
>>>>>>> + add: save/reset dialog position commands (Customize Schemes Dlg)
|
||||
=======
|
||||
>>>>>>> + fix: implement Accelerator-Key self calling
|
||||
case IDACC_SAVEPOS:
|
||||
GetDlgPos(hwnd, &xCustomSchemesDlg, &yCustomSchemesDlg);
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user