mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +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
|
|
@ -362,6 +362,7 @@ private:
|
|||
Gtk::Adjustment _db_adjustment;
|
||||
Gtkmm2ext::HSliderController* _db_slider;
|
||||
Glib::RefPtr<Gdk::Pixbuf> _pix;
|
||||
Glib::RefPtr<Gdk::Pixbuf> _pix_desensitised;
|
||||
Gtk::Entry _db_display;
|
||||
Gtk::Label _label;
|
||||
Gtk::HBox _box;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue