Skip to content

Commit

Permalink
Update TTextEdit.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Edru2 committed Sep 15, 2020
1 parent 1380be0 commit c167235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TTextEdit.cpp
Expand Up @@ -831,7 +831,7 @@ void TTextEdit::mouseMoveEvent(QMouseEvent* event)
// the left margin within the area that gets repainted...
highlightSelection();
mDragSelectionEnd = cursorLocation;
update();
forceUpdate();
}

void TTextEdit::updateTextCursor(const QMouseEvent* event, int lineIndex, int tCharIndex)
Expand Down

0 comments on commit c167235

Please sign in to comment.