Loading t14/cannon.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,7 @@ void CannonField::paintTarget( QPainter *p ) { p->setBrush( Qt::red ); p->setPen( Qt::black ); p->drawRect( targetRect() ); p->drawRect( targetRect().adjusted(0, 0, -1, -1) ); } void CannonField::paintBarrier( QPainter *p ) Loading Loading
t14/cannon.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,7 @@ void CannonField::paintTarget( QPainter *p ) { p->setBrush( Qt::red ); p->setPen( Qt::black ); p->drawRect( targetRect() ); p->drawRect( targetRect().adjusted(0, 0, -1, -1) ); } void CannonField::paintBarrier( QPainter *p ) Loading