summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-04-25 19:23:54 +0000
committerCarl Hetherington <carl@carlh.net>2010-04-25 19:23:54 +0000
commit993595cefff6edf39e4292cce14c3d0124cc0f98 (patch)
tree4bd90ec9ab1e3b304dabba70b280bdf9ea081054 /gtk2_ardour/rc_option_editor.cc
parent990f3391ad292e5135020d3916094acfa8c2056b (diff)
Fix slider appearance for solo mute cut.
git-svn-id: svn://localhost/ardour2/branches/3.0@6986 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index bbfb578731..0564d9b32e 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -723,10 +723,9 @@ public:
}
_db_slider = manage (new HSliderController (pix,
- &_db_adjustment,
- false,
- 115));
-
+ &_db_adjustment,
+ 115,
+ false));
parameter_changed ("solo-mute-gain");