mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 19:21:50 +02:00
fix: do not quit automatically when last window is "closed"
Qt confuses closed and hidden
This commit is contained in:
@ -145,7 +145,6 @@ def test_dock_manipulations_e2e(rpc_server_dock):
|
||||
|
||||
d2.remove()
|
||||
dock_config = dock._config_dict
|
||||
assert len(dock_config["docks"]) == 2
|
||||
|
||||
assert ["dock_0", "dock_1"] == list(dock_config["docks"])
|
||||
|
||||
|
Reference in New Issue
Block a user