Add initial QML Reply Popup

This commit is contained in:
Joseph Donofry 2020-01-27 23:28:11 -05:00
parent 73cf7b239b
commit 2b8b04a04b
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB
5 changed files with 115 additions and 3 deletions

View file

@ -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);