mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +01:00
draw timer in full color even in exchange mode
This commit is contained in:
parent
06571d0478
commit
ec6108501d
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ public class BoardView extends View implements DrawCtx, BoardHandler,
|
|||
secondsLeft%60 );
|
||||
|
||||
fillRectOther( rect, CommonPrefs.COLOR_BACKGRND );
|
||||
m_fillPaint.setColor( adjustColor(m_playerColors[player]) );
|
||||
m_fillPaint.setColor( m_playerColors[player] );
|
||||
|
||||
Rect shorter = new Rect( rect );
|
||||
shorter.inset( 0, shorter.height() / 5 );
|
||||
|
|
Loading…
Reference in a new issue