https://bugs.kde.org/show_bug.cgi?id=356869

--- Comment #16 from Thomas Lübking <thomas.luebk...@gmail.com> ---
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>&);

> 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.

Reply via email to