Skip to content

Commit

Permalink
Update src/app/georeferencer/qgsgeorefmainwindow.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea authored Nov 26, 2023
1 parent df1eea7 commit ac8d8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/georeferencer/qgsgeorefmainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1809,7 +1809,7 @@ bool QgsGeoreferencerMainWindow::writePDFMapFile( const QString &fileName, const

//create layout
QgsLayout layout( QgsProject::instance() );
layout->renderContext().setTextRenderFormat( Qgis::TextRenderFormat::AlwaysText );
layout.renderContext().setTextRenderFormat( Qgis::TextRenderFormat::AlwaysText );
std::unique_ptr< QgsLayoutItemPage > page = std::make_unique< QgsLayoutItemPage >( &layout );

double leftMargin = 8;
Expand Down

0 comments on commit ac8d8fd

Please sign in to comment.