diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-07-23 06:00:22 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-07-23 06:00:22 +0000 |
| commit | 1ec27349d0696f00b2842a6dc3701f1e4f6b85db (patch) | |
| tree | d48f514b14a5f16d29ef60051ab27ae9ede21c26 /src/sp-tspan.cpp | |
| parent | Added some heuristics to set CSS font-style and font-weight from PDF font nam... (diff) | |
| download | inkscape-1ec27349d0696f00b2842a6dc3701f1e4f6b85db.tar.gz inkscape-1ec27349d0696f00b2842a6dc3701f1e4f6b85db.zip | |
remove age-old optimization which fails to update display when undoing removing manual kerns
(bzr r3279)
Diffstat (limited to 'src/sp-tspan.cpp')
| -rw-r--r-- | src/sp-tspan.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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: |
