fix tooltip shadow problem.
avoid confusations between the deleted window size and the "dirty" area. BUG: 311502 REVIEW: 107905
This commit is contained in:
parent
4a2ed6f47e
commit
cc24f1839a
@ -314,8 +314,8 @@ void ToolTipManagerPrivate::createTipWidget()
|
||||
void ToolTipManagerPrivate::hideTipWidget()
|
||||
{
|
||||
if (tipWidget) {
|
||||
shadow->removeWindow(tipWidget);
|
||||
tipWidget->hide();
|
||||
shadow->removeWindow(tipWidget);
|
||||
tipWidget->deleteLater();
|
||||
tipWidget = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user