mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
ENH: add status bar and help for items
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user