summary refs log tree commit diff
path: root/src/EmojiPickButton.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-22 21:03:53 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-22 21:03:53 +0200
commit56d8be5a27f12a575c7e28ad3aaa263eb3c507b5 (patch)
tree28a09fae02a9b6c2b240e56f25fff88c44036c72 /src/EmojiPickButton.cc
parentFix minor stylistic issues on the nheko theme (diff)
downloadnheko-56d8be5a27f12a575c7e28ad3aaa263eb3c507b5.tar.xz
Fix emoji picker's theme
Diffstat (limited to 'src/EmojiPickButton.cc')
-rw-r--r--src/EmojiPickButton.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/EmojiPickButton.cc b/src/EmojiPickButton.cc

index 06aa3db9..a4f83c46 100644 --- a/src/EmojiPickButton.cc +++ b/src/EmojiPickButton.cc
@@ -43,7 +43,6 @@ EmojiPickButton::enterEvent(QEvent *e) auto y = pos.y() - panel_size.height() - vertical_distance_; panel_->move(x, y); - panel_->fadeIn(); panel_->show(); } @@ -62,5 +61,5 @@ EmojiPickButton::leaveEvent(QEvent *e) if (panel_geometry.contains(pos)) return; - panel_->fadeOut(); + panel_->hide(); }