]> git.lyx.org Git - features.git/commitdiff
Remove an incorrect/expired FIXME
authorScott Kostyshak <skostysh@lyx.org>
Mon, 23 Jun 2014 12:03:44 +0000 (08:03 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Mon, 23 Jun 2014 12:03:44 +0000 (08:03 -0400)
Both Richard and JMarc think it is incorrect. See
  https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg184758.html

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())