aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r--dw/textblock.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc
index ff94486b..c7f254e6 100644
--- a/dw/textblock.cc
+++ b/dw/textblock.cc
@@ -801,7 +801,7 @@ bool Textblock::sendSelectionEvent (core::SelectionState::EventType eventType,
}
}
it = new TextblockIterator (this, core::Content::SELECTION_CONTENT,
- wordIndex);
+ false, wordIndex);
r = selectionHandleEvent (eventType, it, charPos, link, event);
it->unref ();
return r;