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:
@@ -516,7 +516,7 @@ HistoryWidget::HistoryWidget(
|
||||
int from,
|
||||
int till,
|
||||
const QString &replacement) {
|
||||
_field->commmitInstantReplacement(from, till, replacement);
|
||||
_field->commitInstantReplacement(from, till, replacement);
|
||||
});
|
||||
updateFieldSubmitSettings();
|
||||
|
||||
|
Reference in New Issue
Block a user