Skip to content

Commit

Permalink
[composer] Copy hide background if empty setting when adding new fram…
Browse files Browse the repository at this point in the history
…e to existing multiframe
  • Loading branch information
nyalldawson committed Oct 2, 2014
1 parent 338098c commit 7d3333e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/composer/qgscomposermultiframe.cpp
Expand Up @@ -214,6 +214,7 @@ QgsComposerFrame* QgsComposerMultiFrame::createNewFrame( QgsComposerFrame* curre
newFrame->setFrameJoinStyle( currentFrame->frameJoinStyle() );
newFrame->setFrameOutlineWidth( currentFrame->frameOutlineWidth() );
newFrame->setOpacity( currentFrame->opacity() );
newFrame->setHideBackgroundIfEmpty( currentFrame->hideBackgroundIfEmpty() );

addFrame( newFrame, false );

Expand Down

0 comments on commit 7d3333e

Please sign in to comment.