mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix ATAV hide button for VCA lanes
This commit is contained in:
parent
53565962b2
commit
97e3168466
1 changed files with 3 additions and 3 deletions
|
|
@ -548,9 +548,9 @@ AutomationTimeAxisView::hide_clicked ()
|
|||
{
|
||||
hide_button.set_sensitive(false);
|
||||
set_marked_for_display (false);
|
||||
RouteTimeAxisView* rtv = dynamic_cast<RouteTimeAxisView*>(parent);
|
||||
if (rtv) {
|
||||
rtv->request_redraw ();
|
||||
StripableTimeAxisView* stv = dynamic_cast<StripableTimeAxisView*>(parent);
|
||||
if (stv) {
|
||||
stv->request_redraw ();
|
||||
}
|
||||
hide_button.set_sensitive(true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue