From ee79cd0acd0962db780aebef6549d3f5bc5b2ece Mon Sep 17 00:00:00 2001 From: gcoco Date: Thu, 14 Mar 2013 22:54:57 -0300 Subject: [PATCH] Whitespace cleanup --- src/GcCalendar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GcCalendar.cpp b/src/GcCalendar.cpp index ca039949d..bebcbf557 100644 --- a/src/GcCalendar.cpp +++ b/src/GcCalendar.cpp @@ -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) {