summaryrefslogtreecommitdiff
path: root/dw/textblock_iterator.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-01-05 12:33:32 +0100
committerSebastian Geerken <devnull@localhost>2013-01-05 12:33:32 +0100
commitad3e71bcbb843f9c6d863ca37d7b12681a4bc9a6 (patch)
treee8c18977a7eea4d8894973fbabee140a20497ce8 /dw/textblock_iterator.cc
parentd9f1239bade6a1781ebc5626bbd405ecbe5ff253 (diff)
Fixed a bug in TextblockIterator: selecting text now basicly works with floats.
Diffstat (limited to 'dw/textblock_iterator.cc')
-rw-r--r--dw/textblock_iterator.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/dw/textblock_iterator.cc b/dw/textblock_iterator.cc
index 8944b8db..4831bff5 100644
--- a/dw/textblock_iterator.cc
+++ b/dw/textblock_iterator.cc
@@ -133,7 +133,6 @@ bool Textblock::TextblockIterator::next ()
if (oofm) {
content.type = core::Content::WIDGET_OOF_CONT;
- content.type = false;
content.widget = textblock->outOfFlowMgr->getWidget (index);
} else
content = textblock->words->getRef(index)->content;