mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
check and flip before hiliting cells. Fixes bug with feedback on hint
search on flipped board.
This commit is contained in:
parent
acb7f0c261
commit
b9e31acf6e
1 changed files with 1 additions and 0 deletions
|
@ -681,6 +681,7 @@ board_hiliteCellAt( BoardCtxt* board, XP_U16 col, XP_U16 row )
|
|||
{
|
||||
XP_Rect cellRect;
|
||||
|
||||
flipIf( board, col, row, &col, &row );
|
||||
if ( getCellRect( board, col, row, &cellRect ) ) {
|
||||
draw_invertCell( board->draw, &cellRect );
|
||||
invalCell( board, col, row );
|
||||
|
|
Loading…
Add table
Reference in a new issue