mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
make position fader a "line" style rather than bar
git-svn-id: svn://localhost/ardour2/branches/3.0@8132 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
effcb6cba4
commit
6b29e87fe4
1 changed files with 1 additions and 0 deletions
|
|
@ -492,6 +492,7 @@ PannerUI::setup_pan ()
|
|||
_position_fader = new BarController (_position_adjustment, _panner->direction_control());
|
||||
_position_fader->set_size_request (-1, pan_bar_height/2);
|
||||
_position_fader->set_name ("PanSlider");
|
||||
_position_fader->set_style (BarController::Line);
|
||||
ARDOUR_UI::instance()->set_tip (_position_fader, _("Pan Position"));
|
||||
_position_adjustment.signal_value_changed().connect (sigc::mem_fun (*this, &PannerUI::position_adjusted));
|
||||
_panner->direction_control()->Changed.connect (connections, invalidator (*this), boost::bind (&PannerUI::show_position, this), gui_context());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue