summary refs log tree commit diff
path: root/src/TextInputWidget.cpp
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2020-01-27 23:28:11 -0500
committerJoseph Donofry <joedonofry@gmail.com>2020-01-27 23:28:11 -0500
commit2b8b04a04bfc8b717f27979d943f158b1acb9330 (patch)
tree6502f49a1159f1e83be87a73f86d308e531dac75 /src/TextInputWidget.cpp
parentUpdate emoji to unicode 13.0 (diff)
downloadnheko-2b8b04a04bfc8b717f27979d943f158b1acb9330.tar.xz
Add initial QML Reply Popup
Diffstat (limited to '')
-rw-r--r--src/TextInputWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TextInputWidget.cpp b/src/TextInputWidget.cpp

index b6b51980..7f5da009 100644 --- a/src/TextInputWidget.cpp +++ b/src/TextInputWidget.cpp
@@ -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);