summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_view.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-04-08 20:00:02 +0200
committerRobin Gareus <robin@gareus.org>2019-04-08 20:19:15 +0200
commitf9e12235c3cba154a5c1a88a647bf1a1531fb1f3 (patch)
treee012595456c0d704cea76c392eea2e233645bdcf /gtk2_ardour/audio_region_view.h
parent9f77a6f7fe204dafe60db6b91cefb25cdc0c36be (diff)
Frame as in "picture frame", not sample
Diffstat (limited to 'gtk2_ardour/audio_region_view.h')
-rw-r--r--gtk2_ardour/audio_region_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/audio_region_view.h b/gtk2_ardour/audio_region_view.h
index d12d8ff086..23695bfd9f 100644
--- a/gtk2_ardour/audio_region_view.h
+++ b/gtk2_ardour/audio_region_view.h
@@ -197,7 +197,7 @@ protected:
void set_colors ();
void set_waveform_colors ();
void reset_width_dependent_items (double pixel_width);
- void set_sample_color ();
+ void set_frame_color ();
void color_handler ();