diff --git a/src/plugins/scxmleditor/plugin_interface/finalstateitem.h b/src/plugins/scxmleditor/plugin_interface/finalstateitem.h index b1db4bb9c84..0dd3b9afefc 100644 --- a/src/plugins/scxmleditor/plugin_interface/finalstateitem.h +++ b/src/plugins/scxmleditor/plugin_interface/finalstateitem.h @@ -53,7 +53,7 @@ protected: bool canStartTransition(ItemType type) const override; private: - qreal m_size; + qreal m_size = 1.0; QPen m_pen; };