summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/EmojiPanel.cc1
1 files changed, 1 insertions, 0 deletions
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);