Fix Konsole transparent background problems when window is sticky or sent to other desktop (#24178)
svn path=/trunk/kdebase/kwin/; revision=112136
This commit is contained in:
parent
4106f298c6
commit
21a2a14edd
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org>
|
|||
#include <qregexp.h>
|
||||
#include <qclipboard.h>
|
||||
#include <kapp.h>
|
||||
#include <kipc.h>
|
||||
#include <dcopclient.h>
|
||||
#include <kprocess.h>
|
||||
#include <kiconloader.h>
|
||||
|
@ -2357,6 +2358,7 @@ void Workspace::setCurrentDesktop( int new_desktop ){
|
|||
}
|
||||
}
|
||||
current_desktop = new_desktop;
|
||||
KIPC::sendMessageAll(KIPC::BackgroundChanged, current_desktop);
|
||||
|
||||
rootInfo->setCurrentDesktop( current_desktop );
|
||||
|
||||
|
|
Loading…
Reference in a new issue