From 08ee463aa761efe8bc729f1dd9372b073e295bbf Mon Sep 17 00:00:00 2001 From: -f Date: Mon, 20 Jan 2014 17:05:26 +0100 Subject: [PATCH] removed the mixed state when cycling possibles alignments if nothing is written --- src/domain/UBGraphicsTextItemDelegate.cpp | 1 + 1 file changed, 1 insertion(+) 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); }