It helps to trigger a repaint if the cube should rotate.
BUG: 208520 svn path=/trunk/KDE/kdebase/workspace/; revision=1042447
This commit is contained in:
parent
10f0a1c3af
commit
d2e9e039bd
1 changed files with 3 additions and 0 deletions
|
@ -2218,7 +2218,10 @@ void CubeEffect::tabBoxAdded( int mode )
|
|||
void CubeEffect::tabBoxUpdated()
|
||||
{
|
||||
if( activated )
|
||||
{
|
||||
rotateToDesktop( effects->currentTabBoxDesktop() );
|
||||
effects->addRepaintFull();
|
||||
}
|
||||
}
|
||||
|
||||
void CubeEffect::tabBoxClosed()
|
||||
|
|
Loading…
Reference in a new issue