diff options
author | Sebastian Geerken <devnull@localhost> | 2015-01-23 13:17:13 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-01-23 13:17:13 +0100 |
commit | 80229b2b5159af52b407fdf2f535d57c669bb667 (patch) | |
tree | 1119ca90bc237648a1dea0bd5392dbd759239bca /dw/textblock_iterator.cc | |
parent | 101b4e1ddcf164b55ccf06513fc007463bfc0662 (diff) |
Simplified interrupted drawing. (Mouse events will follow.)
Diffstat (limited to 'dw/textblock_iterator.cc')
-rw-r--r-- | dw/textblock_iterator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock_iterator.cc b/dw/textblock_iterator.cc index 95e2ce65..14631eba 100644 --- a/dw/textblock_iterator.cc +++ b/dw/textblock_iterator.cc @@ -59,7 +59,7 @@ object::Object *Textblock::TextblockIterator::clone() void Textblock::TextblockIterator::highlight (int start, int end, core::HighlightLayer layer) { - DBG_OBJ_ENTER_O ("iterator", 0, getWidget (), "TextblockIterator/highlight", + DBG_OBJ_ENTER_O ("iterator", 0, getWidget (), "TextblockIterator::highlight", "..., %d, %d, %d", start, end, layer); DBG_IF_RTFL { |