mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 12:20:59 +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
|
@ -1,3 +1,8 @@
|
||||||
|
2003-09-23 19:14 Alexander Malmberg <alexander@malmberg.org>
|
||||||
|
|
||||||
|
* Source/NSWindow.m (-orderWindow:relativeTo:): Only force a display
|
||||||
|
of the content view if we're being ordered _to_ the screen.
|
||||||
|
|
||||||
2003-09-23 19:11 Alexander Malmberg <alexander@malmberg.org>
|
2003-09-23 19:11 Alexander Malmberg <alexander@malmberg.org>
|
||||||
|
|
||||||
* Source/NSTextContainer.m (-dealloc): Set the text container of
|
* Source/NSTextContainer.m (-dealloc): Set the text container of
|
||||||
|
|
|
@ -1429,7 +1429,7 @@ many times.
|
||||||
// Draw content before backend window ordering
|
// Draw content before backend window ordering
|
||||||
if (display)
|
if (display)
|
||||||
[_contentView display];
|
[_contentView display];
|
||||||
else
|
else if (place != NSWindowOut)
|
||||||
[_contentView displayIfNeeded];
|
[_contentView displayIfNeeded];
|
||||||
|
|
||||||
[srv orderwindow: place : otherWin : _windowNum];
|
[srv orderwindow: place : otherWin : _windowNum];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue