Skip to content
Permalink
Browse files
Don't draw view frame (alignment with ruler widgets)
  • Loading branch information
mhugent committed Feb 14, 2013
1 parent 0b01c56 commit 7e03e56
Showing 1 changed file with 1 addition and 0 deletions.
@@ -53,6 +53,7 @@ QgsComposerView::QgsComposerView( QWidget* parent, const char* name, Qt::WFlags
setResizeAnchor( QGraphicsView::AnchorViewCenter );
setMouseTracking( true );
viewport()->setMouseTracking( true );
setFrameShape( QFrame::NoFrame );
}

void QgsComposerView::mousePressEvent( QMouseEvent* e )

0 comments on commit 7e03e56

Please sign in to comment.