diff options
Diffstat (limited to 'src/ui/shape-editor-knotholders.cpp')
| -rw-r--r-- | src/ui/shape-editor-knotholders.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/shape-editor-knotholders.cpp b/src/ui/shape-editor-knotholders.cpp index 02add372f..a2aa9919a 100644 --- a/src/ui/shape-editor-knotholders.cpp +++ b/src/ui/shape-editor-knotholders.cpp @@ -1693,7 +1693,7 @@ TextKnotHolderEntityInlineSize::knot_get() const Geom::Point p(text->attributes.firstXY()); - if (text->style->inline_size.set) { + if (text->has_inline_size()) { // SVG 2 'inline-size' // Keep handle at end of text line. |
