Skip to content

Commit

Permalink
Don't draw view frame (alignment with ruler widgets)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Feb 14, 2013
1 parent 0b01c56 commit 7e03e56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgscomposerview.cpp
Expand Up @@ -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 )
Expand Down

0 comments on commit 7e03e56

Please sign in to comment.