From 8a2c433d2042c1389dbc235278d20e70e3b92c0d Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Fri, 6 Sep 2019 11:10:24 +0200 Subject: Add listeners for when shapes used by text are changed. --- src/style.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/style.cpp') 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] = ▮ -- cgit v1.2.3