Merge branch 'release_3.0.0dev' of github.com:/srhea/GoldenCheetah into release_3.0.0dev

This commit is contained in:
Mark Liversedge
2011-11-20 14:10:38 +00:00

View File

@@ -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("");
}