Code

RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old RegisteredWdg
[inkscape.git] / src / ui / widget / selected-style.h
index 299e7861712fd4cdcc819357f48b51736870d95c..cd67abfc563e708adc3faf17efb2cfd2613fb1d9 100644 (file)
@@ -63,11 +63,17 @@ public:
     ~RotateableSwatch();
 
     guint fillstroke;
+
     SelectedStyle *parent;
+
     guint32 startcolor;
     bool startcolor_set;
+
     gchar *undokey;
 
+    GdkCursor *cr;
+    bool cr_set;
+
     double color_adjust (float *hsl, double by, guint32 cc, guint state);
     virtual void do_motion (double by, guint state);
     virtual void do_release (double by, guint state);