Fixes #1331 emote picker out of bounds
This commit is contained in:
@@ -538,11 +538,9 @@ void BaseWindow::closeEvent(QCloseEvent *)
|
||||
|
||||
void BaseWindow::showEvent(QShowEvent *)
|
||||
{
|
||||
this->moveIntoDesktopRect(this);
|
||||
if (this->frameless_)
|
||||
{
|
||||
this->moveIntoDesktopRect(this);
|
||||
qDebug() << "show";
|
||||
|
||||
QTimer::singleShot(30, this,
|
||||
[this] { this->moveIntoDesktopRect(this); });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user