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/star-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/star-context.cpp')
| -rw-r--r-- | src/star-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/star-context.cpp b/src/star-context.cpp index 611866acf..d6e9f8583 100644 --- a/src/star-context.cpp +++ b/src/star-context.cpp @@ -468,7 +468,7 @@ sp_star_finish (SPStarContext * sc) sp_shape_set_shape(SP_SHAPE(sc->item)); - object->updateRepr(NULL, SP_OBJECT_WRITE_EXT); + object->updateRepr(SP_OBJECT_WRITE_EXT); sp_canvas_end_forced_full_redraws(desktop->canvas); |
