From 8266a65f6bee33b433ec1c67be4a4f840588e99e Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Sat, 4 Jan 2014 16:16:25 +0100 Subject: Fix for bug #1057494 (Remove Manual Kerns hides the selected text). Fixed bugs: - https://launchpad.net/bugs/1057494 (bzr r12880) --- src/text-chemistry.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/text-chemistry.cpp') diff --git a/src/text-chemistry.cpp b/src/text-chemistry.cpp index 532d19e02..aa2d81427 100644 --- a/src/text-chemistry.cpp +++ b/src/text-chemistry.cpp @@ -246,6 +246,7 @@ text_remove_all_kerns_recursively(SPObject *o) for (SPObject *i = o->firstChild(); i != NULL; i = i->getNext()) { text_remove_all_kerns_recursively(i); + i->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_TEXT_LAYOUT_MODIFIED_FLAG); } } -- cgit v1.2.3