mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
parent
c2b505b78c
commit
6c0dccd9ff
1 changed files with 0 additions and 1 deletions
|
@ -1909,7 +1909,6 @@ void ListWidget::mouseDoubleClickEvent(QMouseEvent *e) {
|
||||||
&& (_mouseCursorState == CursorState::None
|
&& (_mouseCursorState == CursorState::None
|
||||||
|| _mouseCursorState == CursorState::Date)
|
|| _mouseCursorState == CursorState::Date)
|
||||||
&& _selected.empty()
|
&& _selected.empty()
|
||||||
&& (_mouseAction != MouseAction::Selecting)
|
|
||||||
&& _overElement
|
&& _overElement
|
||||||
&& IsServerMsgId(_overElement->data()->id)) {
|
&& IsServerMsgId(_overElement->data()->id)) {
|
||||||
mouseActionCancel();
|
mouseActionCancel();
|
||||||
|
|
Loading…
Add table
Reference in a new issue