We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb68d2 commit 94a1140Copy full SHA for 94a1140
src/core/popupwindow.cpp
@@ -22,7 +22,9 @@ void ProxyPopupWindow::completeWindow() {
22
this->updateTransientParent();
23
}
24
25
-void ProxyPopupWindow::postCompleteWindow() {}
+void ProxyPopupWindow::postCompleteWindow() {
26
+ this->ProxyWindowBase::setVisible(this->mVisible);
27
+}
28
29
bool ProxyPopupWindow::deleteOnInvisible() const {
30
// Currently crashes in normal mode, do not have the time to debug it now.
0 commit comments