Skip to content

Commit 673f10e

Browse files
committed
core/window: change parent update signal to visibility change
1 parent 3d0fd3a commit 673f10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/window/floatingwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void ProxyFloatingWindow::setParentWindow(QObject* window) {
7777

7878
QObject::connect(
7979
this->mParentProxyWindow,
80-
&ProxyWindowBase::backingWindowChanged,
80+
&ProxyWindowBase::backerVisibilityChanged,
8181
this,
8282
&ProxyFloatingWindow::updateTransientParent
8383
);

0 commit comments

Comments
 (0)