Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/5940b79ee42a74f87ad42af48ccd91db13005a0d?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

SANKORE-614

Text object :auto adjust of object works with fewest letters
preferencesAboutTextFull
Anatoly Mihalchenko 13 years ago
parent 759fe210a7
commit 5940b79ee4
  1. 2
      src/domain/UBGraphicsTextItemDelegate.cpp

@ -346,7 +346,7 @@ void UBGraphicsTextItemDelegate::ChangeTextSize(int delta)
cursor.setPosition (iCursorPos, QTextCursor::MoveAnchor);
}
delegated()->document()->adjustSize();
//delegated()->document()->adjustSize();
delegated()->setFont(curFont);
UBSettings::settings()->setFontPointSize(iPointSize);
//returning initial selection

Loading…
Cancel
Save