Skip to content

Commit

Permalink
[ui] Fix mesh terrain single color / ramp settings out of sync
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Oct 19, 2020
1 parent 45a0c60 commit a35ebd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/3d/qgsmesh3dsymbolwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ QgsMesh3dSymbolWidget::QgsMesh3dSymbolWidget( QgsMeshLayer *meshLayer, QWidget *
setupUi( this );

mComboBoxTextureType->addItem( tr( "Single Color" ), QgsMesh3DSymbol::SingleColor );
mComboBoxTextureType->setCurrentIndex( 0 );

mDatasetGroupListModel = new QgsMeshDatasetGroupListModel( this );
mComboBoxDatasetVertical->setModel( mDatasetGroupListModel );
Expand Down

0 comments on commit a35ebd7

Please sign in to comment.