Remove debug code from onDraw

This commit is contained in:
Simon Robertshaw 2012-06-22 16:36:02 +01:00
parent beee75d9d1
commit 55d90a44a8

View File

@ -136,11 +136,6 @@ void PreviewView::OnDraw()
{
Graphics * g = ui::Engine::Ref().g;
if(commentsEnd)
g->fillrect(10, 0, 10, 10, 255, 0, 0, 255);
if(commentsBegin)
g->fillrect(0, 0, 10, 10, 0, 255, 0, 255);
//Window Background+Outline
g->clearrect(Position.X-2, Position.Y-2, Size.X+4, Size.Y+4);
g->drawrect(Position.X, Position.Y, Size.X, Size.Y, 255, 255, 255, 255);