]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.cpp
Introduce the notion of math class
[lyx.git] / src / Cursor.cpp
index 6f393e3799b7242f0b8c41e48195dc4ec639e80e..43984de9c80c78b01f2adceacbed16b06d8870fd 100644 (file)
@@ -2121,6 +2121,7 @@ Font Cursor::getFont() const
        // The logic here should more or less match to the
        // Cursor::setCurrentFont logic, i.e. the cursor height should
        // give a hint what will happen if a character is entered.
+       // FIXME: this is not the case, what about removing this method ? (see #10478).
 
        // HACK. far from being perfect...