Fix uninitialised variables.

git-svn-id: svn://localhost/ardour2/branches/3.0@12058 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-04-22 23:41:08 +00:00
parent b5a9d37cb0
commit 8d94cc6d13

View File

@ -75,10 +75,12 @@ ArdourButton::ArdourButton (Element e)
ArdourButton::ArdourButton (const std::string& str, Element e)
: _elements (e)
, _tweaks (Tweaks (0))
, _text_width (0)
, _text_height (0)
, _diameter (11.0)
, _corner_radius (9.0)
, _corner_mask (0xf)
, edge_pattern (0)
, active_pattern (0)
, inactive_pattern (0)