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 3d0fd3a commit 673f10eCopy full SHA for 673f10e
src/window/floatingwindow.cpp
@@ -77,7 +77,7 @@ void ProxyFloatingWindow::setParentWindow(QObject* window) {
77
78
QObject::connect(
79
this->mParentProxyWindow,
80
- &ProxyWindowBase::backingWindowChanged,
+ &ProxyWindowBase::backerVisibilityChanged,
81
this,
82
&ProxyFloatingWindow::updateTransientParent
83
);
0 commit comments