Skip to content
Permalink
Browse files
Fix z order stacking of guides
  • Loading branch information
nyalldawson committed Nov 24, 2017
1 parent 32834e9 commit 86669b9
Showing 1 changed file with 0 additions and 4 deletions.
@@ -76,10 +76,6 @@ void QgsLayoutGuide::update()
return;
}

if ( mLineItem->parentItem() != mPage )
{
mLineItem->setParentItem( mPage );
}
double layoutPos = mLayout->convertToLayoutUnits( mPosition );
bool showGuide = mLayout->guides().visible();
switch ( mOrientation )

0 comments on commit 86669b9

Please sign in to comment.