Fix emote popup remember last position by moving setStayInScreenRect into EmotePopup constructor (#1752)
This commit is contained in:
@@ -155,7 +155,6 @@ void SplitInput::openEmotePopup()
|
||||
if (!this->emotePopup_)
|
||||
{
|
||||
this->emotePopup_ = new EmotePopup(this);
|
||||
this->emotePopup_->setStayInScreenRect(true);
|
||||
this->emotePopup_->setAttribute(Qt::WA_DeleteOnClose);
|
||||
|
||||
this->emotePopup_->linkClicked.connect([this](const Link &link) {
|
||||
|
||||
Reference in New Issue
Block a user