Do not activate highlight windows in desktop switching. This fixes a crash in walk through desktops.
BUG: 223432 svn path=/trunk/KDE/kdebase/workspace/; revision=1096422
This commit is contained in:
parent
a97452596f
commit
646c7909d3
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ void TabBoxHandlerPrivate::hideOutline()
|
|||
|
||||
void TabBoxHandlerPrivate::updateHighlightWindows()
|
||||
{
|
||||
if( !isShown )
|
||||
if( !isShown || config.tabBoxMode() != TabBoxConfig::ClientTabBox )
|
||||
return;
|
||||
QVector< WId > data( 2 );
|
||||
Display *dpy = QX11Info::display();
|
||||
|
|
Loading…
Reference in a new issue