mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
supergroups done
This commit is contained in:
@@ -980,7 +980,7 @@ QRect Window::iconRect() const {
|
||||
|
||||
bool Window::eventFilter(QObject *obj, QEvent *evt) {
|
||||
QEvent::Type t = evt->type();
|
||||
if (t == QEvent::MouseButtonPress || t == QEvent::KeyPress || t == QEvent::TouchBegin) {
|
||||
if (t == QEvent::MouseButtonPress || t == QEvent::KeyPress || t == QEvent::TouchBegin || t == QEvent::Wheel) {
|
||||
psUserActionDone();
|
||||
} else if (t == QEvent::MouseMove) {
|
||||
if (main && main->isIdle()) {
|
||||
|
Reference in New Issue
Block a user