summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_view.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-06-19 15:06:48 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-06-19 15:06:48 -0400
commit237741d18722252abd4a6a20d3422315481ccffe (patch)
tree38aedcba944593ffcb0fd1f19b194ba7a0d2d2b0 /gtk2_ardour/audio_region_view.h
parent2ebaf2e45a2190ea97826f5c69bb7676e5528e5e (diff)
ensure that all waveviews have ALL their colors set accurately before first render
Avoids occasional bright red zero line drawn because the color(s) had not been reset correctly
Diffstat (limited to 'gtk2_ardour/audio_region_view.h')
-rw-r--r--gtk2_ardour/audio_region_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/audio_region_view.h b/gtk2_ardour/audio_region_view.h
index 20caea17c1..ffadce0c59 100644
--- a/gtk2_ardour/audio_region_view.h
+++ b/gtk2_ardour/audio_region_view.h
@@ -205,6 +205,7 @@ private:
void parameter_changed (std::string const &);
void setup_waveform_visibility ();
+ void set_some_waveform_colors (std::vector<ArdourCanvas::WaveView*>& waves_to_color);
/** A ScopedConnection for each PeaksReady callback (one per channel). Each member
* may be 0 if no connection exists.