Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 19, 2016
1 parent 3529433 commit fc6f2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgsrulebasedrendererv2.cpp
Expand Up @@ -70,7 +70,7 @@ void QgsRuleBasedRendererV2::Rule::initFilter()
delete mFilter;
mFilter = nullptr;
}
else if ( !mFilterExp.trimmed().isEmpty() )
else if ( mFilterExp.trimmed().isEmpty() )
{
mElseRule = false;
delete mFilter;
Expand Down

0 comments on commit fc6f2cb

Please sign in to comment.