mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
make no-zero-line be the default for wave views (still shown for normal audio region views
This commit is contained in:
parent
5154f58caa
commit
02e6d14e23
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ WaveView::WaveView (Group* parent, boost::shared_ptr<ARDOUR::AudioRegion> region
|
|||
, _samples_per_pixel (0)
|
||||
, _height (64)
|
||||
, _wave_color (0xffffffff)
|
||||
, _show_zero (true)
|
||||
, _show_zero (false)
|
||||
, _zero_color (0xff0000ff)
|
||||
, _clip_color (0xff0000ff)
|
||||
, _logscaled (_global_logscaled)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue