mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Activate opened emote popup. (#733)
This commit is contained in:
parent
0b36f43611
commit
4c5a0472cd
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue