summaryrefslogtreecommitdiff
path: root/gtk2_ardour/panner.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/panner.cc')
-rw-r--r--gtk2_ardour/panner.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/panner.cc b/gtk2_ardour/panner.cc
index 938e8042c0..acf06c4b07 100644
--- a/gtk2_ardour/panner.cc
+++ b/gtk2_ardour/panner.cc
@@ -18,7 +18,7 @@ null_label_callback (char* buf, unsigned int bufsize)
PannerBar::PannerBar (Gtk::Adjustment& adj, PBD::Controllable& c)
: BarController (adj, c, sigc::ptr_fun (null_label_callback))
{
-
+ set_style (BarController::Line);
}
PannerBar::~PannerBar ()