Skip to content

Commit 576030b

Browse files
authored
Revert arg simplification attempt
1 parent e6a5743 commit 576030b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layout/qgslayoutdesignerdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1794,7 +1794,7 @@ void QgsLayoutDesignerDialog::exportToRaster()
17941794
tr( "Trying to create image %1 (%2×%3 @ %4dpi ) "
17951795
"resulted in a memory overflow.\n\n"
17961796
"Please try a lower resolution or a smaller paper size." )
1797-
.arg( exporter.errorFile(), imageSize.width(), imageSize.height(), settings.dpi ),
1797+
.arg( exporter.errorFile() ).arg( imageSize.width() ).arg( imageSize.height() ).arg( settings.dpi ),
17981798
QMessageBox::Ok, QMessageBox::Ok );
17991799
break;
18001800

0 commit comments

Comments
 (0)