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()
|
if (!ClickHandler::getActive()
|
||||||
&& !ClickHandler::getPressed()
|
&& !ClickHandler::getPressed()
|
||||||
&& _mouseCursorState == HistoryDefaultCursorState) {
|
&& (_mouseCursorState == HistoryDefaultCursorState
|
||||||
|
|| _mouseCursorState == HistoryInDateCursorState)) {
|
||||||
if (const auto item = _mouseActionItem) {
|
if (const auto item = _mouseActionItem) {
|
||||||
mouseActionCancel();
|
mouseActionCancel();
|
||||||
App::contextItem(item);
|
App::contextItem(item);
|
||||||
|
|
Loading…
Reference in New Issue