summaryrefslogtreecommitdiffstats
path: root/src/object/sp-flowtext.h
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-09-16 14:41:18 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-09-16 14:41:18 +0000
commitc239b8d513fae662a4e3be85f85efb794d98d83d (patch)
treec2528a5760b21acc685f13cde3b5426284d6fc5b /src/object/sp-flowtext.h
parentAllow paste on flowbox at same sice of origin, also improve creation to get r... (diff)
downloadinkscape-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.h1
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;