Activate opened emote popup. (#733)

This commit is contained in:
23rd 2018-09-25 14:37:24 +03:00 committed by pajlada
parent 0b36f43611
commit 4c5a0472cd

View file

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