Skip to content

Commit

Permalink
Fix valgrind jump on unintialized value warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 12, 2019
1 parent 9fd93a1 commit cc28d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgstextformatwidget.h
Expand Up @@ -237,7 +237,7 @@ class GUI_EXPORT QgsTextFormatWidget : public QWidget, public QgsExpressionConte

// background reference font
QFont mRefFont;
bool mDockMode;
bool mDockMode = false;

bool mLoadSvgParams = false;
QgsExpressionContext mPreviewExpressionContext;
Expand Down

0 comments on commit cc28d02

Please sign in to comment.