fix cursor-hiliting of player in scoreboard

This commit is contained in:
Eric House 2016-08-04 16:13:54 -07:00
parent df6c1e0d3a
commit b4393d5965

View file

@ -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; */