[Bug 9491] New: CListCtrl:GetSubItemRect doesn't work for the label row

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 27 11:23:30 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9491

           Summary: CListCtrl:GetSubItemRect doesn't work for the label row
           Product: Wine
           Version: 0.9.44.
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: wine-comctl32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: bgp at cs.elte.hu


When I call CListCtrl::GetSubItemRect with m_item = -1, it supposed to handle
the label row. It works in windows. Under wine, it doesn't work, ref will
contain garbage.

res = CListCtrl::GetSubItemRect(m_item,m_subitem,LVIR_BOUNDS,ref);


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list