Skip to content

Commit

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

//create layout
QgsLayout layout( QgsProject::instance() );
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 df1eea7

Please sign in to comment.