Commit 08ee463a authored by -f's avatar -f

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

parent 43ea8fc2
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment