From: buliabyak Date: Sun, 9 Apr 2006 13:12:20 +0000 (+0000) Subject: clear nascent_object on Esc, so that click - Esc - letter does not type text X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bb70c5d093a6b43428bcbd51a4dfaa9052f7521c;p=inkscape.git clear nascent_object on Esc, so that click - Esc - letter does not type text --- diff --git a/src/text-context.cpp b/src/text-context.cpp index 3fcb3058a..615e02d48 100644 --- a/src/text-context.cpp +++ b/src/text-context.cpp @@ -1030,6 +1030,7 @@ sp_text_context_root_handler(SPEventContext *const ec, GdkEvent *const event) } else { SP_DT_SELECTION(ec->desktop)->clear(); } + tc->nascent_object = FALSE; return TRUE; case GDK_bracketleft: if (tc->text) {