mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
bug: need to OR in inval value rather than replace.
This commit is contained in:
parent
a84b519ab7
commit
fefa84abc1
1 changed files with 1 additions and 1 deletions
|
@ -2616,7 +2616,7 @@ invalFocusOwner( BoardCtxt* board )
|
|||
draw = XP_FALSE;
|
||||
break;
|
||||
}
|
||||
board->needsDrawing = draw;
|
||||
board->needsDrawing = draw || board->needsDrawing;
|
||||
return draw;
|
||||
} /* invalFocusOwner */
|
||||
|
||||
|
|
Loading…
Reference in a new issue