mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
fix #4993
This commit is contained in:
parent
9ae7c942c2
commit
7cea2f52be
@ -658,7 +658,7 @@ void QgsComposerMapWidget::on_mAnnotationFontButton_clicked()
|
||||
// Native Mac dialog works only for Qt Carbon
|
||||
QFont newFont = QFontDialog::getFont( &ok, mComposerMap->gridAnnotationFont(), this, QString(), QFontDialog::DontUseNativeDialog );
|
||||
#else
|
||||
QFont newFont = QFontDialog::getFont( &ok, mComposerMap->gridAnnotationFont(), this );
|
||||
QFont newFont = QFontDialog::getFont( &ok, mComposerMap->gridAnnotationFont() );
|
||||
#endif
|
||||
if ( ok )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user