mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Allow to reply by double click on the timestamp.
This commit is contained in:
parent
33fe1b6389
commit
def21367a3
1 changed files with 2 additions and 1 deletions
|
@ -1394,7 +1394,8 @@ void HistoryInner::mouseDoubleClickEvent(QMouseEvent *e) {
|
||||||
}
|
}
|
||||||
if (!ClickHandler::getActive()
|
if (!ClickHandler::getActive()
|
||||||
&& !ClickHandler::getPressed()
|
&& !ClickHandler::getPressed()
|
||||||
&& _mouseCursorState == CursorState::None
|
&& (_mouseCursorState == CursorState::None
|
||||||
|
|| _mouseCursorState == CursorState::Date)
|
||||||
&& !inSelectionMode()) {
|
&& !inSelectionMode()) {
|
||||||
if (const auto item = _mouseActionItem) {
|
if (const auto item = _mouseActionItem) {
|
||||||
mouseActionCancel();
|
mouseActionCancel();
|
||||||
|
|
Loading…
Add table
Reference in a new issue