mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 19:20:37 +00:00
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:
parent
78275d02c3
commit
1efe58c1a4
2 changed files with 6 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue