summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-12-21 00:28:08 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-12-21 00:28:08 +0000
commit4d6bfa3d473560153bddd21ff750da48a2bf4891 (patch)
tree656f4980d6e93226f8288e4b5d46a6658106129c /gtk2_ardour
parentcc603c2dafae5585c0d0339675fa09bf766bcb55 (diff)
minor visual change for panner
git-svn-id: svn://localhost/ardour2/trunk@1238 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-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 ()