forked from quickshell/quickshell
core/popup: fix popup never becoming visible when lazy loaded
This commit is contained in:
parent
6eb68d2cd7
commit
94a1140aab
|
@ -22,7 +22,9 @@ void ProxyPopupWindow::completeWindow() {
|
|||
this->updateTransientParent();
|
||||
}
|
||||
|
||||
void ProxyPopupWindow::postCompleteWindow() {}
|
||||
void ProxyPopupWindow::postCompleteWindow() {
|
||||
this->ProxyWindowBase::setVisible(this->mVisible);
|
||||
}
|
||||
|
||||
bool ProxyPopupWindow::deleteOnInvisible() const {
|
||||
// Currently crashes in normal mode, do not have the time to debug it now.
|
||||
|
|
Loading…
Reference in a new issue