13
0

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:
Carl Hetherington 2010-04-25 19:23:54 +00:00
parent 990f3391ad
commit 993595ceff

View File

@ -723,10 +723,9 @@ public:
}
_db_slider = manage (new HSliderController (pix,
&_db_adjustment,
false,
115));
&_db_adjustment,
115,
false));
parameter_changed ("solo-mute-gain");