diff options
author | Sebastian Geerken <devnull@localhost> | 2013-01-05 12:33:32 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-01-05 12:33:32 +0100 |
commit | ad3e71bcbb843f9c6d863ca37d7b12681a4bc9a6 (patch) | |
tree | e8c18977a7eea4d8894973fbabee140a20497ce8 /dw | |
parent | d9f1239bade6a1781ebc5626bbd405ecbe5ff253 (diff) |
Fixed a bug in TextblockIterator: selecting text now basicly works with floats.
Diffstat (limited to 'dw')
-rw-r--r-- | dw/textblock_iterator.cc | 1 |
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; |