summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2007-11-18 16:36:15 +0000
committerDoug McLain <doug@nostar.net>2007-11-18 16:36:15 +0000
commit98268578e4259c931e66414e1855be4c6e30742d (patch)
tree48a559acd2104813c96a54a0b8774c5fcd5a7fcf /gtk2_ardour/route_time_axis.cc
parentef3f600a1a4a96ea93dd97a2944e29a988d577e9 (diff)
More fixing on the toggling on/off of the track meters
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2692 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index 0e070fdaa3..dcdf41f2b7 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -1799,7 +1799,7 @@ RouteTimeAxisView::hide_meter ()
void
RouteTimeAxisView::show_meter ()
{
- gpm.show ();
+ reset_meter ();
}
void