mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Don't activate PeerListRow elements on mouse down.
This commit is contained in:
parent
98cb1478c7
commit
3b4b5d3576
1 changed files with 1 additions and 1 deletions
|
@ -1354,7 +1354,7 @@ void PeerListContent::mousePressEvent(QMouseEvent *e) {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (anim::Disabled()) {
|
||||
if (anim::Disabled() && !_selected.element) {
|
||||
mousePressReleased(e->button());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue