]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listctrl.cpp
new and improved wxSTC
[wxWidgets.git] / src / generic / listctrl.cpp
index 96af1ef03cb68c7fef80e9bb0b85c35ee61f1911..d0603a87659a8fca35614add8f1de30483103537 100644 (file)
@@ -1702,7 +1702,7 @@ void wxListMainWindow::OnPaint( wxPaintEvent &WXUNUSED(event) )
                 x += colWidth ;
                 dc.DrawLine(x, firstItemRect.GetY() - 1, x, lastItemRect.GetBottom() + 1);
             }
-       }
+        }
     }
     else
     {