mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
Quick reply only by left mouse button.
This commit is contained in:
parent
b569078e96
commit
95174a5f36
1 changed files with 2 additions and 1 deletions
|
@ -2042,7 +2042,8 @@ void HistoryInner::mouseDoubleClickEvent(QMouseEvent *e) {
|
|||
&& (_mouseCursorState == CursorState::None
|
||||
|| _mouseCursorState == CursorState::Date)
|
||||
&& !inSelectionMode()
|
||||
&& !_emptyPainter) {
|
||||
&& !_emptyPainter
|
||||
&& e->button() == Qt::LeftButton) {
|
||||
if (const auto view = Element::Moused()) {
|
||||
mouseActionCancel();
|
||||
switch (HistoryView::CurrentQuickAction()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue