diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2009-07-15 17:37:41 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2009-07-15 17:37:41 +0000 |
| commit | 4fe8e48a2b4917495831464be7ca1280a315e83d (patch) | |
| tree | a21e845a3e7b73f1df0f4cac31bf12c888682d5f /src/shape-editor.h | |
| parent | inkscape.pot update (diff) | |
| download | inkscape-4fe8e48a2b4917495831464be7ca1280a315e83d.tar.gz inkscape-4fe8e48a2b4917495831464be7ca1280a315e83d.zip | |
shapeeditor: save separate listerner's repr_keys for KnotHolder and NodePaths, to fix bug #387298
(bzr r8289)
Diffstat (limited to 'src/shape-editor.h')
| -rw-r--r-- | src/shape-editor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shape-editor.h b/src/shape-editor.h index ef81540ae..98dbb35d7 100644 --- a/src/shape-editor.h +++ b/src/shape-editor.h @@ -143,7 +143,8 @@ private: Geom::Point curvepoint_event; // int coords from event Geom::Point curvepoint_doc; // same, in doc coords - Inkscape::XML::Node *listener_attached_for; + Inkscape::XML::Node *knotholder_listener_attached_for; + Inkscape::XML::Node *nodepath_listener_attached_for; }; |
