Quick reply only by left mouse button.

This commit is contained in:
John Preston 2023-04-23 19:23:16 +04:00
parent b569078e96
commit 95174a5f36
1 changed files with 2 additions and 1 deletions

View File

@ -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()) {