Fix last commit.

svn path=/trunk/KDE/kdebase/workspace/; revision=807454
remotes/origin/Plasma/5.0
Luboš Luňák 18 years ago
parent e5b1dd90bc
commit 80dae9910e
  1. 2
      scene_opengl.cpp

@ -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…
Cancel
Save