From f68840ca8110c18ba151458edcf5293a84ed9ff1 Mon Sep 17 00:00:00 2001 From: cilix42 Date: Sun, 27 Jan 2008 13:58:12 +0000 Subject: [PATCH] Don't group dot creation with pen-/pencil-specific operations in undo history --- src/sp-path.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/sp-path.cpp b/src/sp-path.cpp index 26396c8f0..e401d0a20 100644 --- a/src/sp-path.cpp +++ b/src/sp-path.cpp @@ -568,10 +568,8 @@ void freehand_create_single_dot(SPEventContext *ec, NR::Point const &pt, char co sp_desktop_selection(desktop)->set(item); - unsigned int tool_code = !strcmp(tool, "tools.freehand.pencil") ? SP_VERB_CONTEXT_PENCIL : SP_VERB_CONTEXT_PEN; - desktop->messageStack()->flash(Inkscape::NORMAL_MESSAGE, _("Creating single dot")); - sp_document_done(sp_desktop_document(desktop), tool_code, _("Create single dot")); + sp_document_done(sp_desktop_document(desktop), SP_VERB_NONE, _("Create single dot")); } /* -- 2.30.2