summaryrefslogtreecommitdiffstats
path: root/src/style.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2019-09-06 09:10:24 +0000
committerTavmjong Bah <tavmjong@free.fr>2019-09-06 09:10:24 +0000
commit8a2c433d2042c1389dbc235278d20e70e3b92c0d (patch)
tree0acf40642441c89d2ea77bdc947a5a44cebf5c57 /src/style.h
parentFix error in GTK launch script (diff)
downloadinkscape-8a2c433d2042c1389dbc235278d20e70e3b92c0d.tar.gz
inkscape-8a2c433d2042c1389dbc235278d20e70e3b92c0d.zip
Add listeners for when shapes used by text are changed.
Diffstat (limited to 'src/style.h')
-rw-r--r--src/style.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style.h b/src/style.h
index 9e46fa3ea..3179c781b 100644
--- a/src/style.h
+++ b/src/style.h
@@ -173,8 +173,8 @@ public:
SPIEnum white_space;
/** SVG2 Text Wrapping */
- SPIString shape_inside;
- SPIString shape_subtract;
+ SPIShapes shape_inside;
+ SPIShapes shape_subtract;
SPILength shape_padding;
SPILength shape_margin;
SPILength inline_size;