Fix focus issue in trophies.

This commit is contained in:
Robbie 2017-10-26 11:32:15 -05:00 committed by Ani
parent 9c9495621c
commit 936c817bd8

View File

@ -11,6 +11,7 @@ inline QString qstr(const std::string& _in) { return QString::fromUtf8(_in.data(
trophy_notification_frame::trophy_notification_frame(const std::vector<uchar>& imgBuffer, const SceNpTrophyDetails& trophy, int height) : QWidget()
{
setWindowFlags(Qt::FramelessWindowHint);
setAttribute(Qt::WA_ShowWithoutActivating);
// Fill the background with black
QPalette black_background;