]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_list.cpp
reSWIGged
[wxWidgets.git] / src / html / m_list.cpp
index 9669682592a46aafa1d58f9b7c096076b0dc6856..e441b0ebd116fb1e603204e5f52f1f933dd6a95c 100644 (file)
@@ -59,11 +59,9 @@ wxHtmlListmarkCell::wxHtmlListmarkCell(wxDC* dc, const wxColour& clr) : wxHtmlCe
 
 
 void wxHtmlListmarkCell::Draw(wxDC& dc, int x, int y,
-                              int WXUNUSED(view_y1), int view_y2,
+                              int WXUNUSED(view_y1), int WXUNUSED(view_y2),
                               wxHtmlRenderingInfo& WXUNUSED(info))
 {
-    if (y+m_PosY+m_Height > view_y2) return;
-
     dc.SetBrush(m_Brush);
     dc.DrawEllipse(x + m_PosX + m_Width / 3, y + m_PosY + m_Height / 3,
                    (m_Width / 3), (m_Width / 3));