[FrameSvgItemMargins] Don't update on repaintNeeded
FrameSvgItem already updates the margins in response to that. Differential Revision: https://phabricator.kde.org/D4688
This commit is contained in:
parent
148ff6311b
commit
408b311662
@ -184,7 +184,6 @@ FrameSvgItemMargins::FrameSvgItemMargins(Plasma::FrameSvg *frameSvg, QObject *pa
|
||||
m_fixed(false)
|
||||
{
|
||||
//qDebug() << "margins at: " << left() << top() << right() << bottom();
|
||||
connect(m_frameSvg, SIGNAL(repaintNeeded()), this, SLOT(update()));
|
||||
}
|
||||
|
||||
qreal FrameSvgItemMargins::left() const
|
||||
|
Loading…
Reference in New Issue
Block a user