diff options
| author | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2018-03-28 09:39:49 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2018-03-28 09:39:49 +0000 |
| commit | f26b6039c2a0d75c8601672ab4bea5bc3b0e17a5 (patch) | |
| tree | e03f24c9ec09e45bafe741d6be55ef0c17360834 /src/object/sp-item-group.cpp | |
| parent | Fix powerstroke update (diff) | |
| download | inkscape-f26b6039c2a0d75c8601672ab4bea5bc3b0e17a5.tar.gz inkscape-f26b6039c2a0d75c8601672ab4bea5bc3b0e17a5.zip | |
Fix LPE updating problems
Diffstat (limited to 'src/object/sp-item-group.cpp')
| -rw-r--r-- | src/object/sp-item-group.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object/sp-item-group.cpp b/src/object/sp-item-group.cpp index 3d89a524d..ac467f627 100644 --- a/src/object/sp-item-group.cpp +++ b/src/object/sp-item-group.cpp @@ -925,6 +925,7 @@ void SPGroup::update_patheffect(bool write) { } } } + this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG); } static void |
