mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
Fix uninitialised variables.
git-svn-id: svn://localhost/ardour2/branches/3.0@12058 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b5a9d37cb0
commit
8d94cc6d13
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue