From f3e4cbfdfb7aa9fed6f36597ce1f880240e6b40e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 24 Dec 2016 23:10:20 +0100 Subject: options/tie: fix wrong signal listened to Fixes sliders remaining at same position when changing profile and thus, their values. --- options/tie.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options/tie.hpp') diff --git a/options/tie.hpp b/options/tie.hpp index 942c6098..49b8fd1b 100644 --- a/options/tie.hpp +++ b/options/tie.hpp @@ -150,7 +150,7 @@ inline void tie_setting(value& v, QSlider* w) }, v.DIRECT_CONNTYPE); base_value::connect(&v, - static_cast(&base_value::valueChanged), + static_cast(&base_value::valueChanged), w, [=, &v](double) { const int q_min = w->minimum(); -- cgit v1.2.3