Skip to content

1.4.0rc1-177-g096203ac8: visualisations: Fix close action

Pre-release
Pre-release
Compare
Choose a tag to compare
@hatstand hatstand released this 09 May 13:10
Pressing the close button on the window sends a close event, where other methods
of exiting visualization just hide the window. If shown again after close, the
window will be empty. To fix this, handle and reject the close event. Call hide
instead.