Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
QgsRendererPropertiesDialog: initialize mDockMode member
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Nov 19, 2020
1 parent cc7058f commit ee96e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/symbology/qgsrendererpropertiesdialog.h
Expand Up @@ -161,7 +161,7 @@ class GUI_EXPORT QgsRendererPropertiesDialog : public QDialog, private Ui::QgsRe
QgsFeatureRequest::OrderBy mOrderBy;

private:
bool mDockMode;
bool mDockMode = false;

friend class QgsAppScreenShots;
};
Expand Down

0 comments on commit ee96e08

Please sign in to comment.