mirror of https://github.com/BOINC/boinc.git
Removed left-click interception to allow highlighting of list items.
svn path=/trunk/boinc/; revision=1569
This commit is contained in:
parent
cc2e240fda
commit
c3c6b87873
|
@ -907,9 +907,15 @@ void CProgressListCtrl::OnDestroy()
|
|||
// point: mouse's point
|
||||
// returns: void
|
||||
// function: stops control from highlighting items, opens links
|
||||
|
||||
// NOTE: Removed this function to allow highlighting; unsure if this
|
||||
// will produce unwanted side-effects. -JBK
|
||||
|
||||
/*
|
||||
void CProgressListCtrl::OnLButtonDown(UINT nFlags, CPoint point)
|
||||
{
|
||||
}
|
||||
*/
|
||||
|
||||
//////////
|
||||
// CProgressListCtrl::OnRButtonDown
|
||||
|
|
|
@ -123,7 +123,7 @@ protected:
|
|||
afx_msg BOOL OnNotify(WPARAM, LPARAM, LRESULT*);
|
||||
afx_msg void OnCustomDraw(NMHDR*, LRESULT*);
|
||||
afx_msg void OnPaint();
|
||||
afx_msg void OnLButtonDown(UINT, CPoint);
|
||||
//afx_msg void OnLButtonDown(UINT, CPoint); // Removed to allow highlighting.
|
||||
afx_msg void OnRButtonDown(UINT, CPoint);
|
||||
DECLARE_MESSAGE_MAP()
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue