]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/htmllbox.cpp
compile warnings, M_BITMAPDATA privatized
[wxWidgets.git] / src / generic / htmllbox.cpp
index 42b511279f1178fb11ed0f65ff37771e9f507e68..3b78664fd0c42c7f5c7fbc55d550d5cbc0381836 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(0, 0), cell, wxPoint(INT_MAX, INT_MAX), cell);
+        htmlSel.Set(wxPoint(), cell, wxPoint(INT_MAX, INT_MAX), cell);
         htmlRendInfo.SetSelection(&htmlSel);
         if ( m_htmlRendStyle )
             htmlRendInfo.SetStyle(m_htmlRendStyle);