mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 22:34:54 +02:00
[BUG_FIXED]add a "case" in the "switch".
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@11 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
e062a94cc5
commit
d2aecf4d18
@ -149,6 +149,7 @@ LRESULT ScintillaEditView::scintillaNew_Proc(HWND hwnd, UINT Message, WPARAM wPa
|
||||
::SendMessage(_hParent, Message, wParam, lParam);
|
||||
return TRUE;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
return ::CallWindowProc(_scintillaDefaultProc, hwnd, Message, wParam, lParam);
|
||||
|
Loading…
x
Reference in New Issue
Block a user