FloatingDockContainer uses windowIcon from parent Widgets before falling back to QApplication (#812)

This commit is contained in:
André Meyer
2026-02-11 06:02:56 +01:00
committed by GitHub
parent 1a96a06cb6
commit 88db64451e

View File

@@ -459,7 +459,7 @@ struct FloatingDockContainerPrivate
}
else
{
_this->setWindowIcon(QApplication::windowIcon());
_this->setWindowIcon(CurrentWidget->windowIcon());
}
}