Implementation of deferred windows

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7623 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2000-09-27 22:18:34 +00:00
parent 135259b7c2
commit 77c74a324e
5 changed files with 90 additions and 28 deletions

View file

@ -116,7 +116,7 @@
if (_documentView == nil)
return;
if (_copiesOnScroll && _window)
if (_copiesOnScroll && _window && [_window gState])
{
// copy the portion of the view that is common before
// and after scrolling.