Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Aug 13, 2020
1 parent 534620f commit dc14c34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion liteidex/src/plugins/liteeditor/liteeditorwidgetbase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4048,7 +4048,6 @@ void LiteEditorWidgetBase::paintEvent(QPaintEvent *e)
for (int i = 0; i < text.length(); i++) {
QTextLine line = layout->lineForTextPosition(i);
if (line.cursorToX(i) > er.right()) {
qDebug() << "skip" << i << line.x();
break;
}
if (text.at(i) == '\t') {
Expand Down

0 comments on commit dc14c34

Please sign in to comment.