commit c62a53b78b8b30eaa242732779e90a89d47475b4
Author: Scott Kostyshak <[email protected]>
Date:   Mon Jun 23 08:03:44 2014 -0400

    Remove an incorrect/expired FIXME
    
    Both Richard and JMarc think it is incorrect. See
      https://www.mail-archive.com/[email protected]/msg184758.html

diff --git a/src/Cursor.cpp b/src/Cursor.cpp
index c740315..7dff932 100644
--- a/src/Cursor.cpp
+++ b/src/Cursor.cpp
@@ -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())

Reply via email to