diff options
Diffstat (limited to 'src/ui/shape-editor.h')
| -rw-r--r-- | src/ui/shape-editor.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/ui/shape-editor.h b/src/ui/shape-editor.h index 142a2493b..7f435efca 100644 --- a/src/ui/shape-editor.h +++ b/src/ui/shape-editor.h @@ -35,20 +35,17 @@ public: void decrement_local_change(); bool knot_mouseover() const; - + KnotHolder *knotholder; + bool has_knotholder(); static void blockSetItem(bool b) { _blockSetItem = b; } // kludge - static void event_attr_changed(Inkscape::XML::Node * /*repr*/, char const *name, char const * /*old_value*/, char const * /*new_value*/, bool /*is_interactive*/, void *data); private: - bool has_knotholder(); void reset_item (bool keep_knotholder = true); const SPItem *get_item(); - static bool _blockSetItem; SPDesktop *desktop; - KnotHolder *knotholder; Inkscape::XML::Node *knotholder_listener_attached_for; }; |
