diff --git a/src/domain/UBGraphicsTextItemDelegate.cpp b/src/domain/UBGraphicsTextItemDelegate.cpp index 8cadbf55..c9070b2c 100644 --- a/src/domain/UBGraphicsTextItemDelegate.cpp +++ b/src/domain/UBGraphicsTextItemDelegate.cpp @@ -52,6 +52,7 @@ AlignTextButton::AlignTextButton(const QString &fileName, QGraphicsItem *pDelega , cntr(new QSvgRenderer(QString(":/images/centerAligned.svg"))) , rght(new QSvgRenderer(QString(":/images/rightAligned.svg"))) , mxd(new QSvgRenderer(QString(":/images/notAligned.svg"))) + , mHideMixed(true) { setKind(k_left); }