mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 19:07:43 +01:00
Make faders visually desensitised when their tracks are in automation-play.
git-svn-id: svn://localhost/ardour2/branches/3.0@12518 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6624f9be37
commit
e39a8fc968
15 changed files with 98 additions and 39 deletions
|
|
@ -176,7 +176,13 @@ FaderOption::FaderOption (string const & i, string const & n, sigc::slot<gain_t>
|
|||
throw failed_constructor ();
|
||||
}
|
||||
|
||||
_pix_desensitised = ::get_icon (X_("fader_belt_h_desensitised"));
|
||||
if (_pix_desensitised == 0) {
|
||||
throw failed_constructor ();
|
||||
}
|
||||
|
||||
_db_slider = manage (new HSliderController (_pix,
|
||||
_pix_desensitised,
|
||||
&_db_adjustment,
|
||||
115,
|
||||
false));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue