debug--
This commit is contained in:
parent
f711c9378d
commit
74b0e0bd98
@ -31,7 +31,7 @@ FrameSvgItemMargins::FrameSvgItemMargins(Plasma::FrameSvg *frameSvg, QObject *pa
|
|||||||
: QObject(parent),
|
: QObject(parent),
|
||||||
m_frameSvg(frameSvg)
|
m_frameSvg(frameSvg)
|
||||||
{
|
{
|
||||||
kDebug() << "margins at: " << left() << top() << right() << bottom();
|
//kDebug() << "margins at: " << left() << top() << right() << bottom();
|
||||||
connect(m_frameSvg, SIGNAL(repaintNeeded()), this, SLOT(update()));
|
connect(m_frameSvg, SIGNAL(repaintNeeded()), this, SLOT(update()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user