[BUG_FIXED]add a "case" in the "switch".
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@11 f5eea248-9336-0410-98b8-ebc06183d4e3pull/343/head^2
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…
Reference in New Issue