mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Less event filtering
.. too many widgets are filtering events needlessly.
This commit is contained in:
@@ -756,7 +756,7 @@ HomeWindow::eventFilter(QObject *object, QEvent *e)
|
||||
}
|
||||
}
|
||||
|
||||
//qDebug()<<QTime::currentTime()<<name<<"filter event"<<object<<e->type();
|
||||
//if (e->type() == 2) qDebug()<<QTime::currentTime()<<name<<"filter event"<<object<<e->type();
|
||||
|
||||
// we watch the mouse when
|
||||
// dropping charts, to update
|
||||
|
||||
Reference in New Issue
Block a user