Skip to content
Snippets Groups Projects
Commit 93e8297b authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

The emoji panel shouldn't steal focus from other windows

parent 4aa613f8
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ EmojiPanel::EmojiPanel(QWidget *parent)
"QScrollBar::sub-line:vertical { border: none; background: none; }");
setAttribute(Qt::WA_TranslucentBackground, true);
setAttribute(Qt::WA_ShowWithoutActivating, true);
setWindowFlags(Qt::FramelessWindowHint | Qt::ToolTip);
auto mainWidget = new QWidget(this);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment