fix: raise existing emote popups from behind other windows (macOS) (#3713)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
LosFarmosCTL
2022-05-07 16:31:14 +02:00
committed by GitHub
parent b2ed4c0843
commit 66b9b04401
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -210,6 +210,7 @@ void SplitInput::openEmotePopup()
int(500 * this->emotePopup_->scale()));
this->emotePopup_->loadChannel(this->split_->getChannel());
this->emotePopup_->show();
this->emotePopup_->raise();
this->emotePopup_->activateWindow();
}