Skip to content

Commit

Permalink
Another rulebased renderer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 18, 2016
1 parent 77cbfd3 commit 2246dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgsrulebasedrendererv2.cpp
Expand Up @@ -122,8 +122,8 @@ QgsRuleBasedRendererV2::Rule* QgsRuleBasedRendererV2::Rule::takeChildAt( int i )
{
Rule* rule = mChildren.takeAt( i );
rule->mParent = nullptr;
updateElseRules();
return rule;
// updateElseRules();
}

QgsRuleBasedRendererV2::Rule* QgsRuleBasedRendererV2::Rule::findRuleByKey( const QString& key )
Expand Down

0 comments on commit 2246dcc

Please sign in to comment.