diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-03-30 07:59:10 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-03-30 07:59:10 +0000 |
| commit | 5101124a54a7080ff5d2e84cf61a7a74cd2f9e0f (patch) | |
| tree | 898748ea535d73bdd0bc7560ae27f001ee8b61f0 /src/spiral-context.cpp | |
| parent | allow easy access to our examples folder from Open dialog (diff) | |
| download | inkscape-5101124a54a7080ff5d2e84cf61a7a74cd2f9e0f.tar.gz inkscape-5101124a54a7080ff5d2e84cf61a7a74cd2f9e0f.zip | |
fix the undo-while-drawing crash in star and spiral
(bzr r2787)
Diffstat (limited to 'src/spiral-context.cpp')
| -rw-r--r-- | src/spiral-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spiral-context.cpp b/src/spiral-context.cpp index f912d6614..bdc7c65c7 100644 --- a/src/spiral-context.cpp +++ b/src/spiral-context.cpp @@ -456,7 +456,7 @@ sp_spiral_finish(SPSpiralContext *sc) SPSpiral *spiral = SP_SPIRAL(sc->item); sp_shape_set_shape(SP_SHAPE(spiral)); - SP_OBJECT(spiral)->updateRepr(NULL, SP_OBJECT_WRITE_EXT); + SP_OBJECT(spiral)->updateRepr(SP_OBJECT_WRITE_EXT); sp_canvas_end_forced_full_redraws(desktop->canvas); |
