From c85f29701349a22dadca357c770296b7e8475db1 Mon Sep 17 00:00:00 2001 From: Goraf Date: Sat, 20 Dec 2014 11:38:01 +0000 Subject: HistoryStats: missing break git-svn-id: http://svn.miranda-ng.org/main/trunk@11543 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryStats/src/optionsctrlimpl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/HistoryStats/src/optionsctrlimpl.cpp') diff --git a/plugins/HistoryStats/src/optionsctrlimpl.cpp b/plugins/HistoryStats/src/optionsctrlimpl.cpp index 748364bec8..c128f4062d 100644 --- a/plugins/HistoryStats/src/optionsctrlimpl.cpp +++ b/plugins/HistoryStats/src/optionsctrlimpl.cpp @@ -267,6 +267,7 @@ LRESULT CALLBACK OptionsCtrlImpl::staticTreeProc(HWND hTree, UINT msg, WPARAM wP switch (msg) { case WM_LBUTTONDOWN: pCtrl->onTreeWMLButtonDown(wParam, MAKEPOINTS(lParam)); + break; case WM_CHAR: pCtrl->onTreeWMChar(wParam, LOWORD(lParam), HIWORD(lParam)); -- cgit v1.2.3