summaryrefslogtreecommitdiffstats
path: root/src/ui/shape-editor-knotholders.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-09-06 22:54:24 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-09-07 21:48:33 +0000
commit94dccfb58d67d152032b7a2fb21851b9938d370e (patch)
treea8c298b2bbb49036b1e369d8d11cada04c018522 /src/ui/shape-editor-knotholders.cpp
parentMore improvements to line height. (diff)
downloadinkscape-94dccfb58d67d152032b7a2fb21851b9938d370e.tar.gz
inkscape-94dccfb58d67d152032b7a2fb21851b9938d370e.zip
Prepared for beta. Fixed blocking bug
Diffstat (limited to 'src/ui/shape-editor-knotholders.cpp')
-rw-r--r--src/ui/shape-editor-knotholders.cpp1
1 files changed, 0 insertions, 1 deletions
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();
}