summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_tempodisplay.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-08-06 00:35:29 +0000
committerDavid Robillard <d@drobilla.net>2007-08-06 00:35:29 +0000
commit8dc95efe31405293ef0b76dcc1e286a3899b60cb (patch)
treec0e6cddcd40c15e6f1a6f644fa6f16a65a3a4f31 /gtk2_ardour/editor_tempodisplay.cc
parenta90425c0c01fb776a75cddcd91e830decd526672 (diff)
Don't draw measure lins a ton of times... but still drawn twice on initial session display :/
git-svn-id: svn://localhost/ardour2/trunk@2250 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 7a5d946f84..3d26df3f3a 100644
--- a/gtk2_ardour/editor_tempodisplay.cc
+++ b/gtk2_ardour/editor_tempodisplay.cc
@@ -138,7 +138,7 @@ Editor::redisplay_tempo (bool immediate_redraw)
next_beat.ticks = 0;
if (current_bbt_points) {
- delete current_bbt_points;
+ delete current_bbt_points;
current_bbt_points = 0;
}