summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-07-05 06:33:28 +0200
committerRobin Gareus <robin@gareus.org>2013-07-10 15:27:09 +0200
commitfbc324ee81c836177345a41874ac59ace9ae0d08 (patch)
tree71244c4104148bad732e32c45bf7d0b0ca9687c6 /gtk2_ardour/route_time_axis.cc
parent40493e06eed6bcf8fdda4105f0adb4a9cd01eccf (diff)
adjust-width/redraw track-header when meter changes
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index e167f7a456..3a68e490dd 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -2263,6 +2263,9 @@ RouteTimeAxisView::meter_changed ()
{
ENSURE_GUI_THREAD (*this, &RouteTimeAxisView::meter_changed)
reset_meter();
+ if (_route && !no_redraw) {
+ request_redraw ();
+ }
}
void