From 24b3b2183082d22415c8cb4d4fcf36726d3060c5 Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Mon, 16 Sep 2019 19:36:12 +0200 Subject: Active SVG2 Flow Text by default --- src/ui/tools/text-tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/tools/text-tool.cpp') diff --git a/src/ui/tools/text-tool.cpp b/src/ui/tools/text-tool.cpp index 333999b9f..7434d598f 100644 --- a/src/ui/tools/text-tool.cpp +++ b/src/ui/tools/text-tool.cpp @@ -653,7 +653,7 @@ bool TextTool::root_handler(GdkEvent* event) { if (fabs(p1[Geom::Y] - this->p0[Geom::Y]) > cursor_height) { // otherwise even one line won't fit; most probably a slip of hand (even if bigger than tolerance) - if (prefs->getBool("/tools/text/use_svg2")) { + if (prefs->getBool("/tools/text/use_svg2", true)) { // SVG 2 text SPItem *text = create_text_with_rectangle (desktop, this->p0, p1); -- cgit v1.2.3