summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-08-05 21:34:24 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-08-05 21:34:24 +0300
commit93e8297b6146bb76391ea7d3f41b3c0ed37708ca (patch)
tree4d18d5d5338e1d5363e15d6664c09ed27a5f2039 /src
parentMerge pull request #48 from JaniM/patch-1 (diff)
downloadnheko-93e8297b6146bb76391ea7d3f41b3c0ed37708ca.tar.xz
The emoji panel shouldn't steal focus from other windows
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);