From 400d7bb71630f774dc9392cad37a22528958e2bc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 19 May 2015 11:44:31 +0000 Subject: one another minor interface glitch fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@13692 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/mir_core/src/ui_utils.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mir_core/src/ui_utils.cpp b/src/mir_core/src/ui_utils.cpp index bc937f0d29..3249499003 100644 --- a/src/mir_core/src/ui_utils.cpp +++ b/src/mir_core/src/ui_utils.cpp @@ -1590,6 +1590,8 @@ BOOL CCtrlTreeView::OnNotify(int, NMHDR *pnmh) if (m_bCheckBox && (hti.flags & TVHT_ONITEMICON) || !m_bCheckBox && (hti.flags & TVHT_ONITEMSTATEICON)) { if (m_bCheckBox) InvertCheck(hti.hItem); + else + SelectItem(hti.hItem); NotifyChange(); } } -- cgit v1.2.3