summaryrefslogtreecommitdiffstats
path: root/src/style.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.cpp')
-rw-r--r--src/style.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/style.cpp b/src/style.cpp
index 9af026bd1..b54d3feda 100644
--- a/src/style.cpp
+++ b/src/style.cpp
@@ -456,6 +456,8 @@ SPStyle::SPStyle(SPDocument *document_in, SPObject *object_in) :
// SPIPaint, SPIFilter needs access to 'this' (SPStyle)
// for setting up signals... 'fill', 'stroke' already done
filter.setStylePointer( this );
+ shape_inside.setStylePointer( this );
+ shape_subtract.setStylePointer( this );
// Used to iterate over markers
marker_ptrs[SP_MARKER_LOC] = ▮