Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix out of sync tab bar when labeling widget is set to first tab beca…
…use of missing font warning
  • Loading branch information
nyalldawson committed Sep 1, 2020
1 parent 9e67b05 commit c869a62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgstextformatwidget.cpp
Expand Up @@ -907,6 +907,7 @@ void QgsTextFormatWidget::updateWidgetForFormat( const QgsTextFormat &format )

// ensure user is sent to 'Text style' section to see notice
mLabelingOptionsListWidget->setCurrentRow( 0 );
whileBlocking( mOptionsTab )->setCurrentIndex( 0 );
}
mFontLineHeightSpinBox->setValue( format.lineHeight() );

Expand Down

0 comments on commit c869a62

Please sign in to comment.