mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-19 00:02:48 -04:00
fix dxf export when using rule based labeling (followup a64ea0b)
This commit is contained in:
parent
b52735dbd8
commit
d69910a12b
@ -250,7 +250,7 @@ void QgsRuleBasedLabeling::Rule::createSubProviders( QgsVectorLayer* layer, QgsR
|
||||
{
|
||||
// add provider!
|
||||
QgsVectorLayerLabelProvider *p = provider->createProvider( layer, mRuleKey, false, mSettings );
|
||||
Q_ASSERT( !subProviders.contains( this ) );
|
||||
delete subProviders.value( this, nullptr );
|
||||
subProviders[this] = p;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user