Update deco buttons when allowed actions change
BUG: 246442
This commit is contained in:
parent
51ee04837f
commit
eba4392272
1 changed files with 2 additions and 1 deletions
|
@ -2148,7 +2148,8 @@ void Client::updateAllowedActions(bool force)
|
||||||
return;
|
return;
|
||||||
// TODO: This could be delayed and compressed - It's only for pagers etc. anyway
|
// TODO: This could be delayed and compressed - It's only for pagers etc. anyway
|
||||||
info->setAllowedActions(allowed_actions);
|
info->setAllowedActions(allowed_actions);
|
||||||
// TODO: This should also tell the decoration, so that it can update the buttons
|
if (decoration)
|
||||||
|
decoration->reset(KDecoration::SettingButtons);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Client::autoRaise()
|
void Client::autoRaise()
|
||||||
|
|
Loading…
Reference in a new issue