Addon Manager: Fix window focus issues

This commit is contained in:
Chris Hennes
2022-03-11 20:06:07 -06:00
parent fc617e1524
commit e7d50f0b13
6 changed files with 15 additions and 3 deletions

View File

@@ -405,6 +405,7 @@ if HAVE_QTNETWORK:
proxy_authentication = FreeCADGui.PySideUic.loadUi(
os.path.join(os.path.dirname(__file__), "proxy_authentication.ui")
)
proxy_authentication.setWindowFlag(QtCore.Qt.WindowStaysOnTopHint, True)
# Show the right labels, etc.
proxy_authentication.labelProxyAddress.setText(
f"{reply.hostName()}:{reply.port()}"