only hide plugin editors when track is frozen, not on every call to map_frozen.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12968 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Ben Loftis 2012-06-29 15:40:19 +00:00
parent 7173cc78c1
commit 47c1ae519a
1 changed files with 1 additions and 2 deletions

View File

@ -1409,6 +1409,7 @@ MixerStrip::map_frozen ()
pre_redirect_box.set_sensitive (false);
post_redirect_box.set_sensitive (false);
speed_spinner.set_sensitive (false);
hide_redirect_editors ();
break;
default:
pre_redirect_box.set_sensitive (true);
@ -1418,8 +1419,6 @@ MixerStrip::map_frozen ()
break;
}
}
hide_redirect_editors ();
}
void