mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
alter the handling of symbol layers These differ from Qgis::SymbolLayerFlag in that Qgis::SymbolLayerFlag flags are used to reflect the inbuilt properties of a symbol layer type, whereas Qgis::SymbolLayerUserFlag are optional, user controlled flags which can be toggled for a symbol layer. Add a flag `DisableSelectionRecoloring` which can be set for symbol layers which prevents the layer from being recolored to the render context selection color even when the feature being rendered is selected This provides a mechanism for an individual symbol layer to avoid the forced recolor of selected features.