mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
enable fade-out display by default in A4.
..because fade outs are implicit in A4. Eventually the GUI needs to set_show_background_fade() as needed.
This commit is contained in:
parent
8ed04e2155
commit
84aab564b4
1 changed files with 4 additions and 4 deletions
|
|
@ -36,7 +36,7 @@ XFadeCurve::XFadeCurve (Canvas* c)
|
|||
, _xfadeposition (Start)
|
||||
, _outline_color (0x000000ff)
|
||||
, _fill_color (0x22448880)
|
||||
, show_background_fade (false)
|
||||
, show_background_fade (true)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
@ -46,7 +46,7 @@ XFadeCurve::XFadeCurve (Canvas* c, XFadePosition pos)
|
|||
, _xfadeposition (pos)
|
||||
, _outline_color (0x000000ff)
|
||||
, _fill_color (0x22448880)
|
||||
, show_background_fade (false)
|
||||
, show_background_fade (true)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
@ -56,7 +56,7 @@ XFadeCurve::XFadeCurve (Item* parent)
|
|||
, _xfadeposition (Start)
|
||||
, _outline_color (0x000000ff)
|
||||
, _fill_color (0x22448880)
|
||||
, show_background_fade (false)
|
||||
, show_background_fade (true)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
@ -66,7 +66,7 @@ XFadeCurve::XFadeCurve (Item* parent, XFadePosition pos)
|
|||
, _xfadeposition (pos)
|
||||
, _outline_color (0x000000ff)
|
||||
, _fill_color (0x22448880)
|
||||
, show_background_fade (false)
|
||||
, show_background_fade (true)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue