Commit d98ceb6c authored by Anatoly Mihalchenko's avatar Anatoly Mihalchenko

SANKORE-223 Crossplatform:"Mask" have few GUI errors after import from another OS

parent 4daa2de6
......@@ -1896,7 +1896,9 @@ void UBSvgSubsetAdaptor::UBSvgSubsetReader::graphicsItemFromSvg(QGraphicsItem* g
{
if (!svgX.isNull() && !svgY.isNull())
{
//gItem->setPos(svgX.toString().toFloat(), svgY.toString().toFloat());
#ifndef Q_WS_X11
gItem->setPos(svgX.toString().toFloat(), svgY.toString().toFloat());
#endif
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment