]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/htmllbox.cpp
Add comments explaining the workaround for mingw 3.2.3
[wxWidgets.git] / src / generic / htmllbox.cpp
index 3b78664fd0c42c7f5c7fbc55d550d5cbc0381836..80d4442fb68746d3279e419ec5077049fe225775 100644 (file)
@@ -331,7 +331,7 @@ void wxHtmlListBox::OnDrawItem(wxDC& dc, const wxRect& rect, size_t n) const
     if ( IsSelected(n) )
     {
         wxHtmlSelection htmlSel;
-        htmlSel.Set(wxPoint(), cell, wxPoint(INT_MAX, INT_MAX), cell);
+        htmlSel.Set(wxPoint(0,0), cell, wxPoint(INT_MAX, INT_MAX), cell);
         htmlRendInfo.SetSelection(&htmlSel);
         if ( m_htmlRendStyle )
             htmlRendInfo.SetStyle(m_htmlRendStyle);