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
@ -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…
Reference in New Issue
Block a user