add comment

This commit is contained in:
Roy Qu 2023-03-24 18:25:21 +08:00
parent 584b970aec
commit 9cfc892e3f
1 changed files with 1 additions and 1 deletions

View File

@ -6342,7 +6342,7 @@ void QSynEdit::dragEnterEvent(QDragEnterEvent *event)
internalSetCaretXY(coord); internalSetCaretXY(coord);
setBlockBegin(mDragSelBeginSave); setBlockBegin(mDragSelBeginSave);
setBlockEnd(mDragSelEndSave); setBlockEnd(mDragSelEndSave);
mDocument->addLine(""); mDocument->addLine(""); //add a line to handle drag to the last
showCaret(); showCaret();
computeScroll(true); computeScroll(true);
} }