Only force a display of the content view if we're being ordered _to_ the screen.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17708 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
alexm 2003-09-23 17:16:59 +00:00
parent 78275d02c3
commit 1efe58c1a4
2 changed files with 6 additions and 1 deletions

View file

@ -1429,7 +1429,7 @@ many times.
// Draw content before backend window ordering
if (display)
[_contentView display];
else
else if (place != NSWindowOut)
[_contentView displayIfNeeded];
[srv orderwindow: place : otherWin : _windowNum];