mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-13 12:42:20 +00:00
Merge branch 'release_3.0.0dev' of github.com:/srhea/GoldenCheetah into release_3.0.0dev
This commit is contained in:
@@ -365,7 +365,8 @@ RideNavigator::eventFilter(QObject *object, QEvent *e)
|
||||
// if in doubt hide the tooltip, but paint events are
|
||||
// always generated in the viewport when the popup is shown
|
||||
// so we ignore those
|
||||
if (e->type() != QEvent::ToolTip && e->type() != QEvent::Paint && e->type() != QEvent::Destroy) {
|
||||
if (e->type() != QEvent::ToolTip && e->type() != QEvent::Paint &&
|
||||
e->type() != QEvent::WinIdChange && e->type() != QEvent::Destroy) {
|
||||
main->setBubble("");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user