diff options
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r-- | dw/textblock.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc index ee5d4f67..2557a28f 100644 --- a/dw/textblock.cc +++ b/dw/textblock.cc @@ -800,7 +800,9 @@ bool Textblock::sendSelectionEvent (core::SelectionState::EventType eventType, } } } - it = new TextblockIterator (this, core::Content::SELECTION_CONTENT, + + /** \todo Reactivate followReferences = true, as soon as it works. */ + it = new TextblockIterator (this, core::Content::maskForSelection (false), false, wordIndex); r = selectionHandleEvent (eventType, it, charPos, link, event); it->unref (); |