mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Disable frame on composer items per default
This commit is contained in:
parent
0c1aa34b1d
commit
a8ca14b6ed
@ -42,7 +42,7 @@ QgsComposerItem::QgsComposerItem( QgsComposition* composition, bool manageZValue
|
||||
, QGraphicsRectItem( 0 )
|
||||
, mComposition( composition )
|
||||
, mBoundingResizeRectangle( 0 )
|
||||
, mFrame( true )
|
||||
, mFrame( false )
|
||||
, mItemPositionLocked( false )
|
||||
, mLastValidViewScaleFactor( -1 )
|
||||
, mRotation( 0 )
|
||||
@ -55,7 +55,7 @@ QgsComposerItem::QgsComposerItem( qreal x, qreal y, qreal width, qreal height, Q
|
||||
, QGraphicsRectItem( 0, 0, width, height, 0 )
|
||||
, mComposition( composition )
|
||||
, mBoundingResizeRectangle( 0 )
|
||||
, mFrame( true )
|
||||
, mFrame( false )
|
||||
, mItemPositionLocked( false )
|
||||
, mLastValidViewScaleFactor( -1 )
|
||||
, mRotation( 0 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user