mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-09 09:39:44 +00:00
Fix focus issue in trophies.
This commit is contained in:
parent
9c9495621c
commit
936c817bd8
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
trophy_notification_frame::trophy_notification_frame(const std::vector<uchar>& imgBuffer, const SceNpTrophyDetails& trophy, int height) : QWidget()
|
||||||
{
|
{
|
||||||
setWindowFlags(Qt::FramelessWindowHint);
|
setWindowFlags(Qt::FramelessWindowHint);
|
||||||
|
setAttribute(Qt::WA_ShowWithoutActivating);
|
||||||
|
|
||||||
// Fill the background with black
|
// Fill the background with black
|
||||||
QPalette black_background;
|
QPalette black_background;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue