Skip to content

Commit 1125571

Browse files
committed
fix #5692
1 parent bf82454 commit 1125571

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/composer/qgscomposer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ QgsComposer::QgsComposer( QgisApp *qgis, const QString& title )
8383
int size = settings.value( "/IconSize", QGIS_ICON_SIZE ).toInt();
8484
setIconSize( QSize( size, size ) );
8585

86+
#ifndef Q_WS_MAC
8687
setFontSize( settings.value( "/fontPointSize", QGIS_DEFAULT_FONTSIZE ).toInt() );
88+
#endif
8789

8890
QToolButton* orderingToolButton = new QToolButton( this );
8991
orderingToolButton->setPopupMode( QToolButton::InstantPopup );

0 commit comments

Comments
 (0)