From 80dae9910e2db568c45fd89811f6d3ae9032dcb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Tue, 13 May 2008 21:27:56 +0000 Subject: [PATCH] Fix last commit. svn path=/trunk/KDE/kdebase/workspace/; revision=807454 --- scene_opengl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene_opengl.cpp b/scene_opengl.cpp index 7420cdabb0..bd47cfe3f2 100644 --- a/scene_opengl.cpp +++ b/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