The branch, str-metrics, has been updated.

- Log -----------------------------------------------------------------

commit e82e1a63e04b645f479a0077b7deb97033223de6
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Sun Jul 21 11:58:06 2013 +0200

    One-off error

diff --git a/src/TextMetrics.cpp b/src/TextMetrics.cpp
index 45ab2b6..ffc616c 100644
--- a/src/TextMetrics.cpp
+++ b/src/TextMetrics.cpp
@@ -872,7 +872,7 @@ void TextMetrics::breakRow(Row & row, int const 
right_margin, pit_type const pit
                    !bv_->inlineCompletion().empty()) {
                        Font f = *fi;
                        f.fontInfo().setColor(Color_inlinecompletion);
-                       row.addCompletion(i, bv_->inlineCompletion(),
+                       row.addCompletion(i + 1, bv_->inlineCompletion(),
                                          f, Change());
                }
 

-----------------------------------------------------------------------

Summary of changes:
 src/TextMetrics.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Repository for new features

Reply via email to