Add initial QML Reply Popup
This commit is contained in:
parent
73cf7b239b
commit
2b8b04a04b
5 changed files with 115 additions and 3 deletions
|
|
@ -684,7 +684,7 @@ TextInputWidget::addReply(const RelatedInfo &related)
|
|||
// input_->setText(QString("> %1: %2\n\n").arg(username).arg(msg));
|
||||
input_->setFocus();
|
||||
|
||||
input_->showReplyPopup(related);
|
||||
// input_->showReplyPopup(related);
|
||||
auto cursor = input_->textCursor();
|
||||
cursor.movePosition(QTextCursor::End);
|
||||
input_->setTextCursor(cursor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue