From 4c5a0472cd6ec9bc7da8406618ce09d4cface24a Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Tue, 25 Sep 2018 14:37:24 +0300 Subject: [PATCH] Activate opened emote popup. (#733) --- src/widgets/splits/SplitInput.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widgets/splits/SplitInput.cpp b/src/widgets/splits/SplitInput.cpp index a25a28563..989d792b6 100644 --- a/src/widgets/splits/SplitInput.cpp +++ b/src/widgets/splits/SplitInput.cpp @@ -170,6 +170,7 @@ void SplitInput::openEmotePopup() int(500 * this->emotePopup_->getScale())); this->emotePopup_->loadChannel(this->split_->getChannel()); this->emotePopup_->show(); + this->emotePopup_->activateWindow(); } void SplitInput::installKeyPressedEvent()