ALPHA VERSION
[chessclock] / classes / chessclockwidget.cpp
index df29ae0..cfba058 100644 (file)
@@ -133,7 +133,7 @@ void ChessClockWidget::initBottom()
 void ChessClockWidget::repaintClock()
 {
     // Set picture
-    if( getStatus() == Running )
+    if( getStatus() == Running || getStatus() == Paused)
         pictureLabel_->setPixmap( picActive_);
     else
         pictureLabel_->setPixmap(picPassive_);