Skip to content

Commit 7d3333e

Browse files
committedOct 2, 2014
[composer] Copy hide background if empty setting when adding new frame to existing multiframe
1 parent 338098c commit 7d3333e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/composer/qgscomposermultiframe.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ QgsComposerFrame* QgsComposerMultiFrame::createNewFrame( QgsComposerFrame* curre
214214
newFrame->setFrameJoinStyle( currentFrame->frameJoinStyle() );
215215
newFrame->setFrameOutlineWidth( currentFrame->frameOutlineWidth() );
216216
newFrame->setOpacity( currentFrame->opacity() );
217+
newFrame->setHideBackgroundIfEmpty( currentFrame->hideBackgroundIfEmpty() );
217218

218219
addFrame( newFrame, false );
219220

0 commit comments

Comments
 (0)
Please sign in to comment.