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 3907acd commit 3558a21Copy full SHA for 3558a21
src/core/dxf/qgsdxfexport.cpp
@@ -4050,7 +4050,7 @@ QString QgsDxfExport::dxfLayerName( const QString& name )
4050
layerName.replace( "=", "_" );
4051
layerName.replace( "\'", "_" );
4052
4053
- return layerName;
+ return layerName.trimmed();
4054
}
4055
4056
bool QgsDxfExport::layerIsScaleBasedVisible( const QgsMapLayer* layer ) const
0 commit comments