mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
bug: need to OR in inval value rather than replace.
This commit is contained in:
parent
8125f8405b
commit
bfd555c22f
1 changed files with 1 additions and 1 deletions
|
@ -2616,7 +2616,7 @@ invalFocusOwner( BoardCtxt* board )
|
||||||
draw = XP_FALSE;
|
draw = XP_FALSE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
board->needsDrawing = draw;
|
board->needsDrawing = draw || board->needsDrawing;
|
||||||
return draw;
|
return draw;
|
||||||
} /* invalFocusOwner */
|
} /* invalFocusOwner */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue