https://bugs.kde.org/show_bug.cgi?id=356869
--- Comment #17 from Hugo Pereira Da Costa <hugo.pere...@free.fr> --- (In reply to Thomas Lübking from comment #16) > I guess I should write a virtuality deco ;-) > > > Works when adding buttons not when removing. > That's rather odd, but there's probably even better: > > void DecorationSettings::decorationButtonsLeftChanged(const > QVector<KDecoration2::DecorationButtonType>&); > and > void DecorationSettings::decorationButtonsRightChanged(const > QVector<KDecoration2::DecorationButtonType>&); > hmm that's the one I used > > Should I file a separate bug report ? > Sure, though it looks like the only emitter is > Window::setGeometry(const QRect &rect) and there is > if (rect.width() != oldRect.width()) { > emit window()->widthChanged(rect.width()); > } > > So either the old or the new geometry would alway be junk.... -- You are receiving this mail because: You are watching all bug changes.