Skip to content

Commit 86669b9

Browse files
committedNov 24, 2017
Fix z order stacking of guides
1 parent 32834e9 commit 86669b9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎src/core/layout/qgslayoutguidecollection.cpp‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ void QgsLayoutGuide::update()
7676
return;
7777
}
7878

79-
if ( mLineItem->parentItem() != mPage )
80-
{
81-
mLineItem->setParentItem( mPage );
82-
}
8379
double layoutPos = mLayout->convertToLayoutUnits( mPosition );
8480
bool showGuide = mLayout->guides().visible();
8581
switch ( mOrientation )

0 commit comments

Comments
 (0)
Please sign in to comment.