diff --git a/effects/presentwindows.cpp b/effects/presentwindows.cpp index 2ee0639c82..181d2f976e 100644 --- a/effects/presentwindows.cpp +++ b/effects/presentwindows.cpp @@ -977,7 +977,10 @@ void PresentWindowsEffect::updateFilterTexture() #ifdef HAVE_OPENGL discardFilterTexture(); if( windowFilter.isEmpty()) + { + effects->addRepaint( filterTextureRect ); return; + } // Create font for filter text QFont font; font.setPointSize( font.pointSize() * 2 );