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 9c82b1b7a..b3cc370f9 100644
--- a/src/style.cpp
+++ b/src/style.cpp
@@ -1396,6 +1396,8 @@ sp_style_merge_baseline_shift_from_parent(SPIBaselineShift &child, SPIBaselineSh
break;
}
}
+ // baseline-shifts are relative to parent baseline
+ child.computed += parent.computed;
}
/**