Fix slider appearance for solo mute cut.
git-svn-id: svn://localhost/ardour2/branches/3.0@6986 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -723,10 +723,9 @@ public:
|
||||
}
|
||||
|
||||
_db_slider = manage (new HSliderController (pix,
|
||||
&_db_adjustment,
|
||||
false,
|
||||
115));
|
||||
|
||||
&_db_adjustment,
|
||||
115,
|
||||
false));
|
||||
|
||||
parameter_changed ("solo-mute-gain");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user