We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f351c4f commit db7cddfCopy full SHA for db7cddf
src/core/dxf/qgsdxfexport.cpp
@@ -1358,7 +1358,7 @@ bool QgsDxfExport::layerIsScaleBasedVisible( const QgsMapLayer* layer ) const
1358
}
1359
1360
return ( layer->minimumScale() < mSymbologyScaleDenominator &&
1361
- layer->minimumScale() > mSymbologyScaleDenominator );
+ layer->maximumScale() > mSymbologyScaleDenominator );
1362
1363
1364
/******************************************************Test with AC_1018 methods***************************************************************/
0 commit comments