Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy authored and nyalldawson committed Mar 20, 2020
1 parent e5a6d37 commit 6d2817b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gui/qgstextformatwidget.cpp
Expand Up @@ -530,10 +530,9 @@ void QgsTextFormatWidget::setWidgetMode( QgsTextFormatWidget::Mode mode )
delete mLabelingOptionsListWidget->takeItem( 5 );
mOptionsTab->removeTab( 7 );
mOptionsTab->removeTab( 6 );
mOptionsTab->removeTab( 3 );
mOptionsTab->removeTab( 5 );
mLabelStackedWidget->removeWidget( mLabelPage_Rendering );
mLabelStackedWidget->removeWidget( mLabelPage_Callouts );
mLabelStackedWidget->removeWidget( mLabelPage_Mask );
mLabelStackedWidget->removeWidget( mLabelPage_Placement );
mLabelStackedWidget->setCurrentIndex( 0 );

Expand Down

0 comments on commit 6d2817b

Please sign in to comment.