fix ProfileInterface hover bug

This commit is contained in:
Syping 2018-08-17 16:35:14 +02:00
parent feabaac48e
commit 7a15c3e56b
3 changed files with 374 additions and 366 deletions

View File

@ -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;
}

Binary file not shown.

File diff suppressed because it is too large Load Diff