mirror of https://github.com/procxx/kepka.git
Allow to reply by double click on timestamp
Based on telegramdesktop/tdesktop@def21367 Related to #10, #117, #118
This commit is contained in:
parent
ea6d487aab
commit
1ab8aa2463
|
@ -1139,7 +1139,8 @@ void HistoryInner::mouseDoubleClickEvent(QMouseEvent *e) {
|
|||
}
|
||||
if (!ClickHandler::getActive()
|
||||
&& !ClickHandler::getPressed()
|
||||
&& _mouseCursorState == HistoryDefaultCursorState) {
|
||||
&& (_mouseCursorState == HistoryDefaultCursorState
|
||||
|| _mouseCursorState == HistoryInDateCursorState)) {
|
||||
if (const auto item = _mouseActionItem) {
|
||||
mouseActionCancel();
|
||||
App::contextItem(item);
|
||||
|
|
Loading…
Reference in New Issue