Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/commit/08ee463aa761efe8bc729f1dd9372b073e295bbf You should set ROOT_URL correctly, otherwise the web may not work correctly.

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