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

fixed text issues when changing os

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent 7a4af64622
commit fd21874afc
  1. 6
      src/adaptors/UBCFFSubsetAdaptor.cpp

@ -677,9 +677,9 @@ bool UBCFFSubsetAdaptor::UBCFFSubsetReader::parseSvgTextarea(const QDomElement &
QTextCharFormat textFormat; QTextCharFormat textFormat;
textFormat.setFontPointSize(12 * 72 / QApplication::desktop()->physicalDpiY()); textFormat.setFontPointSize(12 * 72 / QApplication::desktop()->physicalDpiY());
textFormat.setForeground(qApp->palette().foreground().color()); textFormat.setForeground(qApp->palette().foreground().color());
textFormat.setFontFamily("Arial"); // textFormat.setFontFamily("Arial");
textFormat.setFontItalic(false); // textFormat.setFontItalic(false);
textFormat.setFontWeight(QFont::Normal); // textFormat.setFontWeight(QFont::Normal);
readTextBlockAttr(element, blockFormat); readTextBlockAttr(element, blockFormat);
readTextCharAttr(element, textFormat); readTextCharAttr(element, textFormat);

Loading…
Cancel
Save