fix: raise existing emote popups from behind other windows (macOS) (#3713)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user