mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 14:36:36 +00:00
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:
parent
135259b7c2
commit
77c74a324e
5 changed files with 90 additions and 28 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue