Skip to content

Commit

Permalink
Add antialiasing flag to layoutView
Browse files Browse the repository at this point in the history
  • Loading branch information
YoannQDQ committed Oct 27, 2024
1 parent 590a154 commit 89fa149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/layout/qgslayoutdesignerdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ QgsLayoutDesignerDialog::QgsLayoutDesignerDialog( QWidget *parent, Qt::WindowFla
mViewFrame->setLayout( viewLayout );
mViewFrame->setContentsMargins( 0, 0, 0, 1 ); // 1 is deliberate!
mView->setFrameShape( QFrame::NoFrame );
mView->setRenderHints( QPainter::Antialiasing );

connect( mActionClose, &QAction::triggered, this, &QWidget::close );

Expand Down

0 comments on commit 89fa149

Please sign in to comment.