Fix last commit.
svn path=/trunk/KDE/kdebase/workspace/; revision=807454
This commit is contained in:
parent
e5b1dd90bc
commit
80dae9910e
1 changed files with 1 additions and 1 deletions
|
@ -734,7 +734,7 @@ void SceneOpenGL::paintBackground( QRegion region )
|
|||
glPopAttrib();
|
||||
return;
|
||||
}
|
||||
if( clip() && pc.paintArea().isEmpty())
|
||||
if( pc.clip() && pc.paintArea().isEmpty())
|
||||
return; // no background to paint
|
||||
glPushAttrib( GL_CURRENT_BIT );
|
||||
glColor4f( 0, 0, 0, 1 ); // black
|
||||
|
|
Loading…
Reference in a new issue