From 913262aecc06e8a3854a5d91479641420dd999cf Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Sat, 28 Jul 2007 00:57:35 +0000 Subject: Filter effects dialog: * Added settings widgets for feConvolveMatrix's target attribute * Changed the order attribute to show both spin widgets on the same row (bzr r3321) --- src/ui/widget/spin-slider.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ui/widget/spin-slider.cpp') diff --git a/src/ui/widget/spin-slider.cpp b/src/ui/widget/spin-slider.cpp index 71c5921a9..e777542e3 100644 --- a/src/ui/widget/spin-slider.cpp +++ b/src/ui/widget/spin-slider.cpp @@ -166,6 +166,12 @@ void DualSpinSlider::set_update_policy(const Gtk::UpdateType u) _s2.set_update_policy(u); } +void DualSpinSlider::remove_scale() +{ + _s1.remove_scale(); + _s2.remove_scale(); +} + } // namespace Widget } // namespace UI } // namespace Inkscape -- cgit v1.2.3