mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[composer] Copy hide background if empty setting when adding new frame to existing multiframe
This commit is contained in:
parent
338098c1e1
commit
7d3333efc1
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user