mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
revert 1in->2out panner to line style, not blob
git-svn-id: svn://localhost/ardour2/branches/3.0@8390 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e9c43a5cc8
commit
f669a4b581
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ static const int triangle_size = 5;
|
|||
PannerBar::PannerBar (Adjustment& adj, boost::shared_ptr<PBD::Controllable> c)
|
||||
: BarController (adj, c)
|
||||
{
|
||||
set_style (BarController::Blob);
|
||||
set_style (BarController::Line);
|
||||
}
|
||||
|
||||
PannerBar::~PannerBar ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue