Code

Moved compass like display of angles from windows to steps in preferences
[inkscape.git] / src / ui / widget / selected-style.h
index 807d4ea949b67c6cb45ef78b39aba0dde40c49ed..4ea74925a6bd20a2e62a54d391ee17e86cda0bc9 100644 (file)
@@ -200,8 +200,8 @@ protected:
 
     Gtk::Tooltips _tooltips;
 
-    void *_dropF;
-    void *_dropS;
+    void *_drop[2];
+    bool _dropEnabled[2];
 };