diff options
Diffstat (limited to 'tdehtml/tdehtml_caret.cpp')
-rw-r--r-- | tdehtml/tdehtml_caret.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tdehtml/tdehtml_caret.cpp b/tdehtml/tdehtml_caret.cpp index 3d81997f0..71d30629b 100644 --- a/tdehtml/tdehtml_caret.cpp +++ b/tdehtml/tdehtml_caret.cpp @@ -1952,8 +1952,10 @@ kdDebug(6200) << "box " << box << " b " << box->inlineBox() << " isText " << box && !(*ebit)->isInlineTextBox()) { EditableCaretBoxIterator copy = ebit; --ebit; - if (ebit == (*_it)->preBegin()) /*adjacent = false; - else */ebit = copy; + if (ebit == (*_it)->preBegin()) + /*adjacent = false; + else */ + ebit = copy; }/*end if*/ #endif #if 0 |