From: johncoswell Date: Sun, 15 Apr 2007 12:30:08 +0000 (+0000) Subject: Clear the mssage context after drag filling X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=589de22f01b0975fcd36bbc99c06013e971c85b8;p=inkscape.git Clear the mssage context after drag filling --- diff --git a/src/flood-context.cpp b/src/flood-context.cpp index 8a9502843..1b08f018b 100644 --- a/src/flood-context.cpp +++ b/src/flood-context.cpp @@ -858,6 +858,7 @@ static gint sp_flood_context_root_handler(SPEventContext *event_context, GdkEven ret = TRUE; } r->stop(); + event_context->defaultMessageContext()->clear(); } } break;