fakevim: more selection refactoring

This commit is contained in:
hjk
2010-09-14 14:04:13 +02:00
parent a9891347dd
commit 80bc682d2e
6 changed files with 179 additions and 241 deletions

View File

@@ -5792,8 +5792,8 @@ void BaseTextEditor::setBlockSelection(bool on)
d->m_inBlockSelectionMode = on;
if (on)
d->m_blockSelection.fromSelection(tabSettings(), textCursor());
viewport()->update();
}
viewport()->update();
}
bool BaseTextEditor::hasBlockSelection() const