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()