Flush window after expose.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23607 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-09-24 18:59:08 +00:00
parent 3b65b34a1b
commit 125411a8e9

View file

@ -3396,6 +3396,7 @@ resetCursorRectsForView(NSView *theView)
*/
[_wv displayIfNeeded];
}
[self flushWindowIfNeeded];
break;
default: