diff --git a/tooltipmanager.cpp b/tooltipmanager.cpp index 6fbcb4242..023e748c1 100644 --- a/tooltipmanager.cpp +++ b/tooltipmanager.cpp @@ -432,14 +432,7 @@ bool ToolTipManager::eventFilter(QObject *watched, QEvent *event) break; } - // If the mouse is in the widget's area at the time that it is being - // created the widget can receive a hover event before it is fully - // initialized, in which case view() will return 0. - QGraphicsView *parentView = viewFor(widget); - if (parentView) { - show(widget); - } - + show(widget); break; }