Skip to content

Commit

Permalink
[composer] Don't draw repeated html contents if mode is UseExistingFr…
Browse files Browse the repository at this point in the history
…ames and frame should be empty (sponsored by City of Uster, Switzerland)
  • Loading branch information
nyalldawson committed Apr 28, 2014
1 parent a9af35b commit 8059a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposermultiframe.cpp
Expand Up @@ -79,8 +79,8 @@ void QgsComposerMultiFrame::recalculateFrameSizes()
{
removeFrame( j - 1 );
}
return;
}
return;
}

currentItem = mFrameItems.value( i );
Expand Down

0 comments on commit 8059a75

Please sign in to comment.