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

Fix compilation error on windows (inheritance prob.)

preferencesAboutTextFull
Craig Watson 9 years ago
parent c6cc0d3a19
commit 8ae88cfcb3
  1. 2
      src/domain/UBGraphicsWidgetItem.cpp

@ -1220,7 +1220,7 @@ void UBGraphicsW3CWidgetItem::copyItemParameters(UBItem *copy) const
cp->resize(this->size()); cp->resize(this->size());
foreach(QString key, UBGraphicsWidgetItem::preferences().keys()) foreach(QString key, this->UBGraphicsWidgetItem::preferences().keys())
{ {
cp->setPreference(key, UBGraphicsWidgetItem::preferences().value(key)); cp->setPreference(key, UBGraphicsWidgetItem::preferences().value(key));
} }

Loading…
Cancel
Save