diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-10-23 20:25:01 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-10-23 20:25:01 +0000 |
| commit | 3a5c9da3ec750e36889cbe114d6b0d10d442f7ca (patch) | |
| tree | 2aeeeca0834642191fd9e02d9a054ee4afc3e393 /src/shape-editor.h | |
| parent | Revert undo LPE paths fix; crashed on linux :( (diff) | |
| download | inkscape-3a5c9da3ec750e36889cbe114d6b0d10d442f7ca.tar.gz inkscape-3a5c9da3ec750e36889cbe114d6b0d10d442f7ca.zip | |
fix undoing of LPE paths again. please test. (now nodepath is only updated when it is editting the changed xml attribute)
(bzr r3947)
Diffstat (limited to 'src/shape-editor.h')
| -rw-r--r-- | src/shape-editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shape-editor.h b/src/shape-editor.h index 8f4895be6..c4271568f 100644 --- a/src/shape-editor.h +++ b/src/shape-editor.h @@ -113,6 +113,8 @@ public: void distribute (NR::Dim2 axis); void align (NR::Dim2 axis); + bool nodepath_edits_repr_key(gchar const *name); + private: SPDesktop *desktop; |
