summaryrefslogtreecommitdiffstats
path: root/Source/MFCDialog
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-12-05 20:54:23 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-12-05 20:54:23 (GMT)
commit11e80e2611e5953cdc40828f20518f1f019cabc4 (patch)
tree275880b31a4abf914d65429355381f9b5cacca16 /Source/MFCDialog
parente61df962a645d1ec61dc8679fe4e05ce427bb8f4 (diff)
downloadCMake-11e80e2611e5953cdc40828f20518f1f019cabc4.zip
CMake-11e80e2611e5953cdc40828f20518f1f019cabc4.tar.gz
CMake-11e80e2611e5953cdc40828f20518f1f019cabc4.tar.bz2
ENH: add status bar and help for items
Diffstat (limited to 'Source/MFCDialog')
-rw-r--r--Source/MFCDialog/PropertyList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/MFCDialog/PropertyList.cpp b/Source/MFCDialog/PropertyList.cpp
index 60c560f..0371cb5 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);