summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2007-11-19 20:56:29 +0000
committerDoug McLain <doug@nostar.net>2007-11-19 20:56:29 +0000
commitf265a08604a5cb9e2844c40fbae00d326db9c7fc (patch)
tree2e25cac1bdae4a1ede01043209588df5d234e905 /gtk2_ardour/route_time_axis.cc
parentbae0736baf1c91127cc149cf6e17004cf0775426 (diff)
Fix connect/disconnect of meter updating, and keep meters visible for now, to get some feedback as to which is better
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2699 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index c5cb1a3186..35ff60857a 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -1793,7 +1793,8 @@ RouteTimeAxisView::fast_update ()
void
RouteTimeAxisView::hide_meter ()
{
- gpm.hide ();
+ //gpm.hide ();
+ gpm.clear_meters ();
}
void