From 11e80e2611e5953cdc40828f20518f1f019cabc4 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 5 Dec 2002 15:54:23 -0500 Subject: [PATCH] ENH: add status bar and help for items --- Source/MFCDialog/PropertyList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/MFCDialog/PropertyList.cpp b/Source/MFCDialog/PropertyList.cpp index 60c560f01..0371cb51a 100644 --- a/Source/MFCDialog/PropertyList.cpp +++ b/Source/MFCDialog/PropertyList.cpp @@ -578,7 +578,7 @@ void CPropertyList::OnMouseMove(UINT nFlags, CPoint point) { BOOL loc; int curSel = ItemFromPoint(point,loc); - if(!loc) + if(!loc && curSel < 65535) { CPropertyItem* pItem = (CPropertyItem*) GetItemDataPtr(curSel); m_CMakeSetupDialog->SetDlgItemText(IDC_PROGRESS, pItem->m_HelpString);