FellippeHeitor / InForm

A GUI engine and WYSIWYG interface designer for QB64
MIT License
61 stars 15 forks source link

Closing the Preview sometimes requires manual relaunch #21

Closed FellippeHeitor closed 6 years ago

FellippeHeitor commented 6 years ago

_EXIT could be used to prevent the Preview from being closed in the first place.

FellippeHeitor commented 6 years ago

As _EXIT is already used internally by InForm.ui, the alternative was to catch the BeforeUnload event.