diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-09-16 14:41:18 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-09-16 14:41:18 +0000 |
| commit | c239b8d513fae662a4e3be85f85efb794d98d83d (patch) | |
| tree | c2528a5760b21acc685f13cde3b5426284d6fc5b /src/object/sp-flowtext.h | |
| parent | Allow paste on flowbox at same sice of origin, also improve creation to get r... (diff) | |
| download | inkscape-c239b8d513fae662a4e3be85f85efb794d98d83d.tar.gz inkscape-c239b8d513fae662a4e3be85f85efb794d98d83d.zip | |
Allow paste preserving new lines into a flowtext element
Diffstat (limited to 'src/object/sp-flowtext.h')
| -rw-r--r-- | src/object/sp-flowtext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object/sp-flowtext.h b/src/object/sp-flowtext.h index 386f0cc33..9baf64053 100644 --- a/src/object/sp-flowtext.h +++ b/src/object/sp-flowtext.h @@ -87,6 +87,7 @@ public: void update(SPCtx* ctx, unsigned int flags) override; void modified(unsigned int flags) override; + void fix_overflow_flowregion(bool inverse); Inkscape::XML::Node* write(Inkscape::XML::Document* doc, Inkscape::XML::Node* repr, unsigned int flags) override; |
