summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_tempodisplay.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-12-07 17:15:37 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-12-07 17:15:37 +0000
commit6d33b9a2d681e00681236c3f61bc231b46c1db27 (patch)
treea2639220d6a74d956e5d68e02c197b31e7371afe /gtk2_ardour/editor_tempodisplay.cc
parente21dc7dede5ee5494925e2ae641b7a69b41dc2d7 (diff)
black bg for meters, font fixups for startup message, new notebook widget (incomplete)
git-svn-id: svn://localhost/trunk/ardour2@178 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_tempodisplay.cc')
-rw-r--r--gtk2_ardour/editor_tempodisplay.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_tempodisplay.cc b/gtk2_ardour/editor_tempodisplay.cc
index 65d772db3e..0533792dd9 100644
--- a/gtk2_ardour/editor_tempodisplay.cc
+++ b/gtk2_ardour/editor_tempodisplay.cc
@@ -217,7 +217,7 @@ Editor::draw_measures ()
line = get_time_line ();
line->property_x1() = xpos;
line->property_x2() = xpos;
- line->property_y2() = (gdouble) canvas_height;
+ line->property_y2() = canvas_height;
line->property_color_rgba() = color;
line->raise_to_top();
line->show();