Whitespace cleanup

This commit is contained in:
gcoco
2013-03-14 22:54:57 -03:00
parent e818193965
commit ee79cd0acd

View File

@@ -161,12 +161,12 @@ GcLabel::paintEvent(QPaintEvent *)
painter.setPen(Qt::gray);
painter.drawRect(QRect(0,0,width()-1,height()-1));
}
}
if (selected) {
QRect all(0,0,width(),height());
painter.fillRect(all, GColor(CCALCURRENT));
}
}
if (xoff || yoff) {