From e3a7b479b25465ab002b2fc7bd28e7ffd5383837 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 30 Nov 2009 22:24:08 +0000 Subject: [PATCH] small bug fix svn path=/trunk/boinc/; revision=19738 --- clientgui/ProjectListCtrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/ProjectListCtrl.cpp b/clientgui/ProjectListCtrl.cpp index a810596f4d..833d8164b4 100644 --- a/clientgui/ProjectListCtrl.cpp +++ b/clientgui/ProjectListCtrl.cpp @@ -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());