mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-03 15:20:17 +01:00
Fix focus issue in trophies.
This commit is contained in:
parent
9c9495621c
commit
936c817bd8
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue