mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
media overview multiple selection done, fixed search result delete crash
This commit is contained in:
@@ -241,6 +241,10 @@ void HistoryList::touchEvent(QTouchEvent *e) {
|
||||
|
||||
switch (e->type()) {
|
||||
case QEvent::TouchBegin:
|
||||
if (_menu) {
|
||||
e->accept();
|
||||
return; // ignore mouse press, that was hiding context menu
|
||||
}
|
||||
if (_touchInProgress) return;
|
||||
if (e->touchPoints().isEmpty()) return;
|
||||
|
||||
|
Reference in New Issue
Block a user