diff --git a/xwords4/common/scorebdp.c b/xwords4/common/scorebdp.c index 1d0adbbc0..4e3aca1bc 100644 --- a/xwords4/common/scorebdp.c +++ b/xwords4/common/scorebdp.c @@ -357,7 +357,8 @@ figureSecondsLeft( BoardCtxt* board ) void drawTimer( BoardCtxt* board ) { - if ( board->gi->timerEnabled ) { + if ( board->gi->timerEnabled && 0 < board->timerBounds.width + && 0 < board->timerBounds.height ) { XP_S16 secondsLeft = figureSecondsLeft( board ); draw_drawTimer( board->draw, &board->timerBounds,