summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/text-tool.cpp
diff options
context:
space:
mode:
authorNathan Lee <2431820-nathanal@users.noreply.gitlab.com>2019-10-12 07:08:16 +0000
committerNathan Lee <2431820-nathanal@users.noreply.gitlab.com>2019-10-12 07:58:27 +0000
commit0d6d0b4b39de9810175822f9f572f619bb51fd05 (patch)
tree4b6dcb6950c6730d45e7029d62403dda4c456072 /src/ui/tools/text-tool.cpp
parentUpdate objects.cpp (diff)
downloadinkscape-0d6d0b4b39de9810175822f9f572f619bb51fd05.tar.gz
inkscape-0d6d0b4b39de9810175822f9f572f619bb51fd05.zip
Fix rendering issue on panning with text tool
https://gitlab.com/inkscape/inbox/issues/999
Diffstat (limited to 'src/ui/tools/text-tool.cpp')
-rw-r--r--src/ui/tools/text-tool.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/tools/text-tool.cpp b/src/ui/tools/text-tool.cpp
index 380f77666..203ce027e 100644
--- a/src/ui/tools/text-tool.cpp
+++ b/src/ui/tools/text-tool.cpp
@@ -530,7 +530,6 @@ bool TextTool::root_handler(GdkEvent* event) {
m.preSnap(Inkscape::SnapCandidatePoint(motion_dt, Inkscape::SNAPSOURCE_OTHER_HANDLE));
m.unSetup();
}
- ToolBase::root_handler(event);
if ((event->motion.state & GDK_BUTTON1_MASK) && this->dragging && !this->space_panning) {
Inkscape::Text::Layout const *layout = te_get_layout(this->text);
if (!layout)
@@ -598,7 +597,6 @@ bool TextTool::root_handler(GdkEvent* event) {
this->sp_event_context_update_cursor();
desktop->event_context->defaultMessageContext()->clear();
}
- return TRUE;
} break;
case GDK_BUTTON_RELEASE: