enthought / pyface

pyface: traits-capable windowing framework
Other
105 stars 55 forks source link

Fix issues with last window close on recent Qt #1136

Closed corranwebster closed 2 years ago

corranwebster commented 2 years ago

This changes when hide() is called to ensure that QGuiApplication.lastWindowClosed gets emitted properly.

Fixes #1135