]> git.lyx.org Git - lyx.git/blobdiff - src/text2.C
Change the latex font names in order to match the names of type1inst.
[lyx.git] / src / text2.C
index 5f07c509d66af0cf431ffde5260bc33802d97acc..e6b50a09c976767cb6ea86f82bd3e44d063d5db4 100644 (file)
@@ -404,6 +404,7 @@ void LyXText::removeRow(Row * row) const
        }
        if (refresh_row == row) {
                refresh_row = row_prev ? row_prev : row->next();
+               // what about refresh_y, refresh_height
        }
 
        height -= row->height(); // the text becomes smaller