We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent fd14951 commit aa18385Copy full SHA for aa18385
src/core/qgsprojectfiletransform.cpp
@@ -40,6 +40,8 @@ QgsProjectFileTransform::transform QgsProjectFileTransform::transformers[] =
40
{PFV( 0, 9, 2 ), PFV( 0, 10, 0 ), &QgsProjectFileTransform::transformNull},
41
{PFV( 0, 10, 0 ), PFV( 0, 11, 0 ), &QgsProjectFileTransform::transform0100to0110},
42
{PFV( 0, 11, 0 ), PFV( 1, 0, 0 ), &QgsProjectFileTransform::transform0110to1000},
43
+ {PFV( 1, 0, 0 ), PFV( 1, 1, 0 ), &QgsProjectFileTransform::transformNull},
44
+ {PFV( 1, 0, 2 ), PFV( 1, 1, 0 ), &QgsProjectFileTransform::transformNull},
45
{PFV( 1, 1, 0 ), PFV( 1, 2, 0 ), &QgsProjectFileTransform::transform1100to1200},
46
};
47
@@ -381,4 +383,4 @@ void QgsProjectFileTransform::transform1100to1200()
381
383
382
384
QgsPropertyValue value( units );
385
value.writeXML( "LayerSnappingToleranceUnitList", digitizing, mDom );
-}
386
+}
0 commit comments