diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-08-14 17:39:36 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-08-14 17:39:36 +0000 |
| commit | c1449d08367f7a9daf85f81039b8f5ba9860f33a (patch) | |
| tree | 60d6cea41b8ecb256b1cd389b1a09b1164865df2 /src/draw-context.cpp | |
| parent | add svg fonts (diff) | |
| download | inkscape-c1449d08367f7a9daf85f81039b8f5ba9860f33a.tar.gz inkscape-c1449d08367f7a9daf85f81039b8f5ba9860f33a.zip | |
fixme is solved
(bzr r6624)
Diffstat (limited to 'src/draw-context.cpp')
| -rw-r--r-- | src/draw-context.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/draw-context.cpp b/src/draw-context.cpp index 6f5d3e4e6..fd854caec 100644 --- a/src/draw-context.cpp +++ b/src/draw-context.cpp @@ -682,7 +682,6 @@ spdc_flush_white(SPDrawContext *dc, SPCurve *gc) // we finished the path; now apply any waiting LPEs or freehand shapes - // FIXME: placing this here seems to cause issues with undo! spdc_check_for_and_apply_waiting_LPE(dc, dc->selection->singleItem()); sp_document_done(doc, SP_IS_PEN_CONTEXT(dc)? SP_VERB_CONTEXT_PEN : SP_VERB_CONTEXT_PENCIL, |
