Skip to content

Commit

Permalink
Initialize bool
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jan 17, 2023
1 parent 2f416cf commit 9edc6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/vector/qgsattributesformproperties.h
Expand Up @@ -99,7 +99,7 @@ class GUI_EXPORT QgsAttributesFormProperties : public QWidget, public QgsExpress

struct SpacerElementEditorConfiguration
{
bool drawLine;
bool drawLine = false;
};

/**
Expand Down

0 comments on commit 9edc6cc

Please sign in to comment.