From 936c817bd81a392fd5df187690042accf5e15771 Mon Sep 17 00:00:00 2001 From: Robbie Date: Thu, 26 Oct 2017 11:32:15 -0500 Subject: [PATCH] Fix focus issue in trophies. --- rpcs3/rpcs3qt/trophy_notification_frame.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/rpcs3qt/trophy_notification_frame.cpp b/rpcs3/rpcs3qt/trophy_notification_frame.cpp index 5afaf5742f..58be00f15a 100644 --- a/rpcs3/rpcs3qt/trophy_notification_frame.cpp +++ b/rpcs3/rpcs3qt/trophy_notification_frame.cpp @@ -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& imgBuffer, const SceNpTrophyDetails& trophy, int height) : QWidget() { setWindowFlags(Qt::FramelessWindowHint); + setAttribute(Qt::WA_ShowWithoutActivating); // Fill the background with black QPalette black_background;