Allow to reply by double click on the timestamp.

This commit is contained in:
John Preston 2018-03-09 21:20:56 +03:00
parent 33fe1b6389
commit def21367a3
1 changed files with 2 additions and 1 deletions

View File

@ -1394,7 +1394,8 @@ void HistoryInner::mouseDoubleClickEvent(QMouseEvent *e) {
}
if (!ClickHandler::getActive()
&& !ClickHandler::getPressed()
&& _mouseCursorState == CursorState::None
&& (_mouseCursorState == CursorState::None
|| _mouseCursorState == CursorState::Date)
&& !inSelectionMode()) {
if (const auto item = _mouseActionItem) {
mouseActionCancel();