formatting changes to pass the tests

This commit is contained in:
junlu592 2025-11-14 12:30:53 +01:00
parent 198185f4ae
commit 53eb33fafe

View file

@ -1103,7 +1103,7 @@ def tooltip(
lab.move(aw.mapToGlobal(QPoint(0 + x_offset, aw.height() - y_offset)))
lab.show()
window = aw.window() if hasattr(aw, "window") else aw
was_active = window.isActiveWindow() if window else False
def close_if_parent_inactive() -> None: