]> git.lyx.org Git - features.git/blobdiff - src/text2.C
fix two lfuns
[features.git] / src / text2.C
index 1d5dc716a7803c395fadeb434934c122707968ef..811ca906eeac832a04a57a3a6c73af401d636851 100644 (file)
@@ -1149,8 +1149,7 @@ void LyXText::setCursor(CursorSlice & cur, paroffset_type par,
        if (paragraphs().begin()->rows.empty())
                return;
 
-       // get the cursor y position in text
-
+       // now some strict checking
        ParagraphList::iterator pit = getPar(par);
        Row const & row = *pit->getRow(pos);
        pos_type const end = row.endpos();