2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Unite InputField and InputArea.

Also support and use instant replaces in InputField-s.
This commit is contained in:
John Preston
2018-05-20 20:42:30 +03:00
parent 8e442563f2
commit 30dd8fe070
22 changed files with 771 additions and 1271 deletions

View File

@@ -516,7 +516,7 @@ HistoryWidget::HistoryWidget(
int from,
int till,
const QString &replacement) {
_field->commmitInstantReplacement(from, till, replacement);
_field->commitInstantReplacement(from, till, replacement);
});
updateFieldSubmitSettings();