removed the mixed state when cycling possibles alignments if nothing is written

preferencesAboutTextFull
-f 11 years ago
parent 43ea8fc25b
commit 08ee463aa7
  1. 1
      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);
}

Loading…
Cancel
Save