mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 07:01:22 +00:00
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:
parent
3b65b34a1b
commit
125411a8e9
1 changed files with 1 additions and 0 deletions
|
@ -3396,6 +3396,7 @@ resetCursorRectsForView(NSView *theView)
|
||||||
*/
|
*/
|
||||||
[_wv displayIfNeeded];
|
[_wv displayIfNeeded];
|
||||||
}
|
}
|
||||||
|
[self flushWindowIfNeeded];
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue