* Implemented CTRL-Enter not erasing the input * Added arrow Up and Down cycling through past messages. * Disabled CTRL+Enter adding messages more than once.
This commit is contained in:
@@ -38,7 +38,8 @@ private:
|
||||
ResizingTextEdit textInput;
|
||||
QLabel textLengthLabel;
|
||||
ChatWidgetHeaderButton emotesLabel;
|
||||
|
||||
QStringList prevMsg;
|
||||
unsigned int prevIndex = 0;
|
||||
virtual void refreshTheme() override;
|
||||
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user