Skip to content

Commit

Permalink
5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 5, 2020
1 parent b2cef73 commit af3423a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/layout/qgslayoutpdfexportoptionsdialog.cpp
Expand Up @@ -66,7 +66,7 @@ QgsLayoutPdfExportOptionsDialog::QgsLayoutPdfExportOptionsDialog( QWidget *paren
mComboImageCompression->setDisabled( true );
mComboImageCompression->addItem( tr( "Lossy (JPEG)" ) );
mComboImageCompression->setCurrentIndex( 0 );
mComboImageCompression->setToolTip( tr( "Lossless image compression is available only with QGIS builds using Qt 5.14 or later" ) );
mComboImageCompression->setToolTip( tr( "Lossless image compression is available only with QGIS builds using Qt 5.13 or later" ) );
#endif


Expand Down

0 comments on commit af3423a

Please sign in to comment.