Trigger full repaint when changing virtual desktop.

svn path=/branches/work/kwin_composite/; revision=654639
This commit is contained in:
Luboš Luňák 2007-04-16 17:14:55 +00:00
parent 970f4c4d60
commit 9d7f64013b

View file

@ -1328,6 +1328,8 @@ bool Workspace::setCurrentDesktop( int new_desktop )
if( effects != NULL && old_desktop != 0 && old_desktop != new_desktop )
static_cast<EffectsHandlerImpl*>(effects)->desktopChanged( old_desktop );
if( compositing())
addRepaintFull();
return true;
}