fix ProfileInterface hover bug
This commit is contained in:
parent
feabaac48e
commit
7a15c3e56b
3 changed files with 374 additions and 366 deletions
|
@ -1848,6 +1848,14 @@ bool ProfileInterface::eventFilter(QObject *watched, QEvent *event)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (watched->objectName() == "ProfileInterface")
|
||||||
|
{
|
||||||
|
if (previousWidget != nullptr)
|
||||||
|
{
|
||||||
|
previousWidget->setStyleSheet(QLatin1String(""));
|
||||||
|
previousWidget = nullptr;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue