diff options
Diffstat (limited to 'src/text-context.cpp')
| -rw-r--r-- | src/text-context.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |
