diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-03-31 16:49:26 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-03-31 16:49:26 +0000 |
| commit | b70fc6045a9e92719f34ae00316009faa0c31979 (patch) | |
| tree | 5d3028751b4fa226dd8f5ce2944cacbc45a86442 /src/flood-context.cpp | |
| parent | Change paint bucket path union to properly create only one undo event, rather... (diff) | |
| download | inkscape-b70fc6045a9e92719f34ae00316009faa0c31979.tar.gz inkscape-b70fc6045a9e92719f34ae00316009faa0c31979.zip | |
add missing undo transaction for Ctrl+click
(bzr r2793)
Diffstat (limited to 'src/flood-context.cpp')
| -rw-r--r-- | src/flood-context.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flood-context.cpp b/src/flood-context.cpp index 3d6bc1272..21778eda9 100644 --- a/src/flood-context.cpp +++ b/src/flood-context.cpp @@ -762,6 +762,7 @@ static gint sp_flood_context_item_handler(SPEventContext *event_context, SPItem Inkscape::XML::Node *pathRepr = SP_OBJECT_REPR(item); /* Set style */ sp_desktop_apply_style_tool (desktop, pathRepr, "tools.paintbucket", false); + sp_document_done(sp_desktop_document(desktop), SP_VERB_CONTEXT_PAINTBUCKET, _("Set style on object")); ret = TRUE; } break; |
