diff --git a/src/EmojiPanel.cc b/src/EmojiPanel.cc index 53b3f8d1..14db6bb3 100644 --- a/src/EmojiPanel.cc +++ b/src/EmojiPanel.cc @@ -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);