fix: partial incomplete text light after column editing cut or deletion#272
fix: partial incomplete text light after column editing cut or deletion#272lJxDabab wants to merge 1 commit intolinuxdeepin:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lJxDabab The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
TAG Bot New tag: 6.0.16 |
6d790b9 to
1ea878e
Compare
only the last line to be text-lighted after column editing cut or deletion Log: only the last line to be text-lighted after column editing cut or deletion Bug: https://pms.uniontech.com/bug-view-241613.html
| public: | ||
| explicit DeleteTextUndoCommand(QTextCursor textcursor, QPlainTextEdit* edit, QUndoCommand *parent = nullptr); | ||
| explicit DeleteTextUndoCommand(QList<QTextEdit::ExtraSelection> &selections, QPlainTextEdit* edit, QUndoCommand *parent = nullptr); | ||
| explicit DeleteTextUndoCommand(QTextCursor textcursor, TextEdit *tEdit, QUndoCommand *parent = nullptr); |
There was a problem hiding this comment.
重复的构造函数可以移除,TextEdit也继承自QPlainTextEdit
|
TAG Bot New tag: 6.0.17 |
|
TAG Bot New tag: 6.0.18 |
|
TAG Bot New tag: 6.5.0 |
|
TAG Bot New tag: 6.5.1 |
|
TAG Bot New tag: 6.5.2 |
only the last line to be text-lighted after
column editing cut or deletion
Log: only the last line to be text-lighted after
column editing cut or deletion
Bug: https://pms.uniontech.com/bug-view-241613.html