summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui2.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-04-08 21:40:33 +0200
committerRobin Gareus <robin@gareus.org>2019-04-08 22:42:47 +0200
commita0b032efe2c5196764f5d499fcf2133d944ef265 (patch)
tree58f00bab2cbdba331546e603c5dccdd85fb46867 /gtk2_ardour/ardour_ui2.cc
parent37aaa2d11b47cbaf3f33bf2e7744cc899050d666 (diff)
Revert more "frame/sample" replacements
- Coverage concerns rectangles (frames, not sample) - frame-handles are rectangles - layout container boxes are frames - inline display boxes are display_frame
Diffstat (limited to 'gtk2_ardour/ardour_ui2.cc')
-rw-r--r--gtk2_ardour/ardour_ui2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui2.cc b/gtk2_ardour/ardour_ui2.cc
index 91761a162c..b7cee9a82f 100644
--- a/gtk2_ardour/ardour_ui2.cc
+++ b/gtk2_ardour/ardour_ui2.cc
@@ -399,7 +399,7 @@ ARDOUR_UI::setup_transport ()
/* An event box to hold the table. We use this because we want specific
control over the background color, and without this event box,
- nothing inside the transport_sample actually draws a background. We
+ nothing inside the transport_frame actually draws a background. We
would therefore end up seeing the background of the parent widget,
which is probably some default color. Adding the EventBox adds a
widget that will draw the background, using a style based on