Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix dxf export when using rule based labeling (followup a64ea0b)
  • Loading branch information
jef-n committed Apr 27, 2016
1 parent b52735d commit d69910a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsrulebasedlabeling.cpp
Expand Up @@ -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;
}

Expand Down

0 comments on commit d69910a

Please sign in to comment.