mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
adjust-width/redraw track-header when meter changes
This commit is contained in:
parent
40493e06ee
commit
fbc324ee81
1 changed files with 3 additions and 0 deletions
|
|
@ -2263,6 +2263,9 @@ RouteTimeAxisView::meter_changed ()
|
||||||
{
|
{
|
||||||
ENSURE_GUI_THREAD (*this, &RouteTimeAxisView::meter_changed)
|
ENSURE_GUI_THREAD (*this, &RouteTimeAxisView::meter_changed)
|
||||||
reset_meter();
|
reset_meter();
|
||||||
|
if (_route && !no_redraw) {
|
||||||
|
request_redraw ();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue