Skip to content

Commit 7cea2f5

Browse files
committedFeb 21, 2012
fix #4993
1 parent 9ae7c94 commit 7cea2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/composer/qgscomposermapwidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ void QgsComposerMapWidget::on_mAnnotationFontButton_clicked()
658658
// Native Mac dialog works only for Qt Carbon
659659
QFont newFont = QFontDialog::getFont( &ok, mComposerMap->gridAnnotationFont(), this, QString(), QFontDialog::DontUseNativeDialog );
660660
#else
661-
QFont newFont = QFontDialog::getFont( &ok, mComposerMap->gridAnnotationFont(), this );
661+
QFont newFont = QFontDialog::getFont( &ok, mComposerMap->gridAnnotationFont() );
662662
#endif
663663
if ( ok )
664664
{

0 commit comments

Comments
 (0)
Please sign in to comment.