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

warning text changed

new_vector_item
thomas_lucky13 3 years ago
parent 5e946e575f
commit c24904f800
  1. 2
      src/adaptors/UBSvgSubsetAdaptor.cpp

@ -2292,7 +2292,7 @@ UBGraphicsVectorItem* UBSvgSubsetAdaptor::UBSvgSubsetReader::vectorItemFromVecto
} }
else else
{ {
qWarning() << "cannot make sense of 'line' value"; qWarning() << "cannot make sense of 'vector' value";
return 0; return 0;
} }

Loading…
Cancel
Save