diff options
| author | Martin Owens <doctormo@gmail.com> | 2018-10-04 18:28:40 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2018-10-05 22:03:39 +0000 |
| commit | d3d052b3e24ef3fc5d12fb92775325691f343bd2 (patch) | |
| tree | 6e450ba3aee3ea7eff15b4e99cc72f1395853638 /src/object/sp-stop.h | |
| parent | Replicate some of the sp-item attribute handling for sp-stop (diff) | |
| download | inkscape-d3d052b3e24ef3fc5d12fb92775325691f343bd2.tar.gz inkscape-d3d052b3e24ef3fc5d12fb92775325691f343bd2.zip | |
Fix signaling issue with gradient stops not updating their parent
Diffstat (limited to 'src/object/sp-stop.h')
| -rw-r--r-- | src/object/sp-stop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object/sp-stop.h b/src/object/sp-stop.h index aef7bb180..7ee03259e 100644 --- a/src/object/sp-stop.h +++ b/src/object/sp-stop.h @@ -44,6 +44,7 @@ public: protected: void build(SPDocument* doc, Inkscape::XML::Node* repr) override; void set(unsigned int key, const char* value) override; + void modified(guint flags) override; Inkscape::XML::Node* write(Inkscape::XML::Document* doc, Inkscape::XML::Node* repr, unsigned int flags) override; }; |
