diff options
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: |
