Browse Source

ENH: add status bar and help for items

Bill Hoffman 23 years ago
parent
commit
11e80e2611
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/MFCDialog/PropertyList.cpp

+ 1 - 1
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);