diff options
-rw-r--r-- | plugins/HistoryStats/src/optionsctrlimpl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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));
|