summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-12-20 14:11:40 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-12-20 14:11:40 +0000
commitcebbbba6dac211a31fbe2a5a309ceaf70ede5c55 (patch)
tree4428956c8be8cc943562ddce343c8837015534ec /src
parentPrevent screen jump when 'inline-size' value is too small to display text. (diff)
downloadinkscape-cebbbba6dac211a31fbe2a5a309ceaf70ede5c55.tar.gz
inkscape-cebbbba6dac211a31fbe2a5a309ceaf70ede5c55.zip
Fix comment.
Diffstat (limited to 'src')
-rw-r--r--src/libnrtype/Layout-TNG-Compute.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnrtype/Layout-TNG-Compute.cpp b/src/libnrtype/Layout-TNG-Compute.cpp
index edb5c56e1..938763656 100644
--- a/src/libnrtype/Layout-TNG-Compute.cpp
+++ b/src/libnrtype/Layout-TNG-Compute.cpp
@@ -962,7 +962,7 @@ void Layout::Calculator::_createFirstScanlineMaker()
_scanline_maker = new ShapeScanlineMaker(_flow._input_wrap_shapes[_current_shape_index].shape, _block_progression);
TRACE((" begin wrap shape 0\n"));
- // 'inside-shape' uses an infinitely high (wide) shape. We must set initial y. (We only need to do it here as there is only one shape.)
+ // 'inline-size' uses an infinitely high (wide) shape. We must set initial y. (We only need to do it here as there is only one shape.)
if (_flow.wrap_mode == WRAP_INLINE_SIZE) {
_block_progression = _flow._blockProgression();
if( _block_progression == RIGHT_TO_LEFT ||