Tested on: - macOS 11.4, Lpy 3.8.0 using Python 3.9 - Windows 10 21H1, Lpy 3.0.0 using Python 3.9 reproduce: - open object panel, for example `python -m openalea.lpy.gui.objectpanel` - create any kind of object (Right click, New Item, whatever) - you can create several items if you want - double click on an item, this opens the Editor window - close the editor window using the red dot in the window bar[*] - double click on any item, this opens the Editor window - the editor window have the "editor" part not displaying any more, see screenshot : [*] message in the console: ``` External WM_DESTROY received for QWidgetWindow(0x227ca5b27e0, name="objectViewWindow") , parent: QWidgetWindow(0x227ca5b18e0, name="ObjectDialogWindow") , transient parent: QWindow(0x0) ``` <img width="756" alt="image" src="https://user-images.githubusercontent.com/23365238/121590091-2f91dd80-ca38-11eb-88d1-e4be4a150a45.png">