summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/barcontroller.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-11-01 18:24:31 +0100
committerRobin Gareus <robin@gareus.org>2014-11-01 18:24:31 +0100
commitcffd18d2d84103fa83f3b65ac878b191106b4823 (patch)
treeb368231c13a21fe3c67a59e6cb32b304270ee3b1 /libs/gtkmm2ext/barcontroller.cc
parent049c11de58704790bc652dcb9acfb207af4a8ebe (diff)
implement spin-button internal<>interface bridge
Widgets were written to use "[User] Interface" values, but the spinbutton in a Bar-controller should allow to directly access the "Internal Value".
Diffstat (limited to 'libs/gtkmm2ext/barcontroller.cc')
-rw-r--r--libs/gtkmm2ext/barcontroller.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/gtkmm2ext/barcontroller.cc b/libs/gtkmm2ext/barcontroller.cc
index bb20cae922..0c777ed999 100644
--- a/libs/gtkmm2ext/barcontroller.cc
+++ b/libs/gtkmm2ext/barcontroller.cc
@@ -47,7 +47,6 @@ BarController::BarController (Gtk::Adjustment& adj,
add_events (Gdk::BUTTON_PRESS_MASK | Gdk::BUTTON_RELEASE_MASK);
set (.5, .5, 1.0, 1.0);
set_border_width (0);
- _slider.set_controllable (mc);
_slider.set_tweaks (PixFader::NoShowUnityLine);
_slider.StartGesture.connect (sigc::mem_fun(*this, &BarController::passtrhu_gesture_start));