Code

Implement cross-architecture print dialog using cairo and PNG backends.
[inkscape.git] / src / ui / widget / tolerance-slider.h
index 1cdcdc31781fe1aecc624f007c9bbc4a81c23cff..e395ede1453a0bc45c111197fd4936f71c58b28c 100644 (file)
@@ -33,7 +33,7 @@ public:
             const Glib::ustring& tip2, 
             const Glib::ustring& key, 
             Registry& wr);
-    void setValue (double, bool=true);
+    void setValue (double);
     void setLimits (double, double);
     Gtk::VBox* _vbox;
 
@@ -49,6 +49,7 @@ protected:
     Glib::ustring      _key;
     sigc::connection   _scale_changed_connection;
     sigc::connection   _btn_toggled_connection;
+    double _old_val;
 };