From 94dccfb58d67d152032b7a2fb21851b9938d370e Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Sat, 7 Sep 2019 00:54:24 +0200 Subject: Prepared for beta. Fixed blocking bug --- src/ui/shape-editor-knotholders.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ui/shape-editor-knotholders.cpp') diff --git a/src/ui/shape-editor-knotholders.cpp b/src/ui/shape-editor-knotholders.cpp index 43737b1d9..fe53a08ed 100644 --- a/src/ui/shape-editor-knotholders.cpp +++ b/src/ui/shape-editor-knotholders.cpp @@ -1846,7 +1846,6 @@ TextKnotHolderEntityShapeInside::knot_set(Geom::Point const &p, Geom::Point cons double height = s[Geom::Y] - y; sp_repr_set_svg_double (rectangle, "width", width); sp_repr_set_svg_double (rectangle, "height", height); - text->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG); text->updateRepr(); } -- cgit v1.2.3