mirror of https://github.com/procxx/kepka.git
Open edit only for the messages that we can edit.
This commit is contained in:
parent
9acf437534
commit
724ba9e429
|
@ -6920,7 +6920,7 @@ void HistoryWidget::keyPressEvent(QKeyEvent *e) {
|
||||||
}
|
}
|
||||||
} else if (e->key() == Qt::Key_Up) {
|
} else if (e->key() == Qt::Key_Up) {
|
||||||
if (!(e->modifiers() & (Qt::ShiftModifier | Qt::MetaModifier | Qt::ControlModifier))) {
|
if (!(e->modifiers() & (Qt::ShiftModifier | Qt::MetaModifier | Qt::ControlModifier))) {
|
||||||
if (_history && _history->lastSentMsg) {
|
if (_history && _history->lastSentMsg && _history->lastSentMsg->canEdit(::date(unixtime()))) {
|
||||||
if (_field.getLastText().isEmpty() && !_editMsgId && !_replyToId) {
|
if (_field.getLastText().isEmpty() && !_editMsgId && !_replyToId) {
|
||||||
App::contextItem(_history->lastSentMsg);
|
App::contextItem(_history->lastSentMsg);
|
||||||
onEditMessage();
|
onEditMessage();
|
||||||
|
|
Loading…
Reference in New Issue