Draw content before backend window ordering

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16397 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
stoyan 2003-04-09 07:18:44 +00:00
parent 1dfaefe6bd
commit 12f306bd69
2 changed files with 10 additions and 0 deletions

View file

@ -1413,6 +1413,13 @@ static NSNotificationCenter *nc = nil;
display = YES;
}
}
// Draw content before backend window ordering
if (display)
[_contentView display];
else
[_contentView displayIfNeeded];
[srv orderwindow: place : otherWin : _windowNum];
if (display)
[self display];