mirror of https://github.com/procxx/kepka.git
Added Esc shortcut to clear selection in section of scheduled messages.
This commit is contained in:
parent
41255cab44
commit
bc6c01de7f
|
@ -898,6 +898,10 @@ void ScheduledWidget::listScrollTo(int top) {
|
|||
}
|
||||
|
||||
void ScheduledWidget::listCancelRequest() {
|
||||
if (_inner && !_inner->getSelectedItems().empty()) {
|
||||
clearSelected();
|
||||
return;
|
||||
}
|
||||
controller()->showBackFromStack();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue