]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.cpp
Fix scale parameter for fonts.
[lyx.git] / src / Cursor.cpp
index c74031555ffad047bf28bd61e1554a44f820e515..7dff9328b42f17ab17282a0acc5b7463e60e8eb1 100644 (file)
@@ -1201,8 +1201,6 @@ DocIterator Cursor::selectionEnd() const
 void Cursor::setSelection()
 {
        setSelection(true);
-       // A selection with no contents is not a selection
-       // FIXME: doesnt look ok
        if (idx() == normalAnchor().idx() &&
            pit() == normalAnchor().pit() &&
            pos() == normalAnchor().pos())