connect iconChanged to decoration
broke with 9eaee286c55717d26535d3dc9e543c0285740d9a BUG: 324355 FIXED-IN: 4.11.2 REVIEW: 112435
This commit is contained in:
parent
140c4856b7
commit
f1346494f6
1 changed files with 1 additions and 0 deletions
|
@ -450,6 +450,7 @@ void Client::createDecoration(const QRect& oldgeom)
|
|||
connect(this, SIGNAL(shadeChanged()), decoration, SLOT(shadeChange()));
|
||||
connect(this, SIGNAL(desktopChanged()), decoration, SLOT(desktopChange()));
|
||||
connect(this, SIGNAL(captionChanged()), decoration, SLOT(captionChange()));
|
||||
connect(this, SIGNAL(iconChanged()), decoration, SLOT(iconChange()));
|
||||
connect(this, SIGNAL(activeChanged()), decoration, SLOT(activeChange()));
|
||||
connect(this, SIGNAL(clientMaximizedStateChanged(KWin::Client*,KDecorationDefines::MaximizeMode)),
|
||||
decoration, SLOT(maximizeChange()));
|
||||
|
|
Loading…
Reference in a new issue