Set _NET_WM_WINDOW_TYPE_NOTIFICATION on the Pretty OSD window. Fixes issue 2485
This commit is contained in:
parent
9cfe834ef4
commit
1ef03b31f7
@ -75,6 +75,7 @@ OSDPretty::OSDPretty(Mode mode, QWidget *parent)
|
||||
|
||||
setWindowFlags(flags);
|
||||
setAttribute(Qt::WA_TranslucentBackground, true);
|
||||
setAttribute(Qt::WA_X11NetWmWindowTypeNotification, true);
|
||||
ui_->setupUi(this);
|
||||
|
||||
// Mode settings
|
||||
|
Loading…
x
Reference in New Issue
Block a user