summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view_item.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-04-09 00:31:29 +0200
committerRobin Gareus <robin@gareus.org>2019-04-09 00:31:29 +0200
commiteb4e854a5685c588aa01b789eb6d38be2ee57747 (patch)
tree7845f282a68330b268c3dbab6fd70f2647921d53 /gtk2_ardour/time_axis_view_item.h
parent01a43c6b1e30f9bef7fabf5f52cc031f149aaefa (diff)
Replace some more "samples" with "frames" (rectangles)
Diffstat (limited to 'gtk2_ardour/time_axis_view_item.h')
-rw-r--r--gtk2_ardour/time_axis_view_item.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/time_axis_view_item.h b/gtk2_ardour/time_axis_view_item.h
index 61b9aeb308..bff7672a34 100644
--- a/gtk2_ardour/time_axis_view_item.h
+++ b/gtk2_ardour/time_axis_view_item.h
@@ -224,8 +224,8 @@ protected:
ArdourCanvas::Rectangle* name_highlight;
/* with these two values, if frame_handle_start == 0 then frame_handle_end will also be 0 */
- ArdourCanvas::Rectangle* frame_handle_start; ///< `sample' (fade) handle for the start of the item, or 0
- ArdourCanvas::Rectangle* frame_handle_end; ///< `sample' (fade) handle for the end of the item, or 0
+ ArdourCanvas::Rectangle* frame_handle_start; ///< `frame' (fade) handle for the start of the item, or 0
+ ArdourCanvas::Rectangle* frame_handle_end; ///< `frame' (fade) handle for the end of the item, or 0
bool frame_handle_crossing (GdkEvent*, ArdourCanvas::Rectangle*);