mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
fix cursor-hiliting of player in scoreboard
This commit is contained in:
parent
df6c1e0d3a
commit
b4393d5965
1 changed files with 2 additions and 1 deletions
|
@ -1005,8 +1005,9 @@ gtk_draw_score_drawPlayer( DrawCtx* p_dctx, const XP_Rect* rInner,
|
|||
selRect.width, selRect.height );
|
||||
if ( hasCursor ) {
|
||||
gtkFillRect( dctx, rInner, cursor );
|
||||
} else {
|
||||
gtkEraseRect( dctx, rInner );
|
||||
}
|
||||
gtkEraseRect( dctx, rInner );
|
||||
}
|
||||
|
||||
/* XP_U16 fontHt = rInner->height; */
|
||||
|
|
Loading…
Reference in a new issue