summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/clipboard.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/clipboard.cpp b/src/ui/clipboard.cpp
index bdc202588..c9910498e 100644
--- a/src/ui/clipboard.cpp
+++ b/src/ui/clipboard.cpp
@@ -1076,6 +1076,8 @@ bool ClipboardManagerImpl::_pasteText(SPDesktop *desktop)
// if the text editing tool is active, paste the text into the active text object
if (tools_isactive(desktop, TOOLS_TEXT)) {
return Inkscape::UI::Tools::sp_text_paste_inline(desktop->event_context);
+ }
+ return false;
/* return false;
//apply the saved style to pasted text
Glib::RefPtr<Gtk::Clipboard> refClipboard = Gtk::Clipboard::get();