Skip to content

Commit

Permalink
[MESH] fix default active dataset group
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec authored and nyalldawson committed Apr 8, 2020
1 parent 24f705c commit 221c1df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/mesh/qgsmeshrenderersettings.h
Expand Up @@ -688,10 +688,10 @@ class CORE_EXPORT QgsMeshRendererSettings
QHash<int, QgsMeshRendererVectorSettings> mRendererVectorSettings; //!< Per-group vector settings

//! index of active scalar dataset group
int mActiveScalarDatasetGroup;
int mActiveScalarDatasetGroup = -1;

//! index of active vector dataset group
int mActiveVectorDatasetGroup;
int mActiveVectorDatasetGroup = -1;

//! Averaging method to get 2D datasets from 3D stacked mesh datasets
std::shared_ptr<QgsMesh3dAveragingMethod> mAveragingMethod;
Expand Down

0 comments on commit 221c1df

Please sign in to comment.