From: buliabyak Date: Mon, 23 Jul 2007 06:00:22 +0000 (+0000) Subject: remove age-old optimization which fails to update display when undoing removing manua... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=feae5f227a0f1020f39533c189e67390236638ed;p=inkscape.git remove age-old optimization which fails to update display when undoing removing manual kerns --- diff --git a/src/sp-tspan.cpp b/src/sp-tspan.cpp index 67b5217b9..face70aef 100644 --- a/src/sp-tspan.cpp +++ b/src/sp-tspan.cpp @@ -148,8 +148,7 @@ sp_tspan_set(SPObject *object, unsigned key, gchar const *value) SPTSpan *tspan = SP_TSPAN(object); if (tspan->attributes.readSingleAttribute(key, value)) { - if (tspan->role != SP_TSPAN_ROLE_LINE) - object->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG); + object->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG); } else { switch (key) { case SP_ATTR_SODIPODI_ROLE: