[composer] Copy hide background if empty setting when adding new frame to existing multiframe

This commit is contained in:
Nyall Dawson 2014-10-03 08:53:52 +10:00
parent 338098c1e1
commit 7d3333efc1

View File

@ -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 );