small bug fix

svn path=/trunk/boinc/; revision=19738
This commit is contained in:
Rom Walton 2009-11-30 22:24:08 +00:00
parent 6c10718300
commit e3a7b479b2
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ void CProjectListCtrl::OnHover( wxHtmlCellEvent& event )
#ifdef __WXMSW__
wxRect rc;
rc.SetTop(pCell->GetAbsPos().x);
rc.SetBottom(pCell->GetAbsPos().y);
rc.SetLeft(pCell->GetAbsPos().y);
rc.SetHeight(pCell->GetHeight());
rc.SetWidth(pCell->GetWidth());