Events registered from menu windows are executed multiple times
NSSure opened this issue · 1 comments
NSSure commented
Any windows that are open from the main menu of the editor and register events when open are having those events registered multiple times.
Steps to reproduce the behavior:
- Go to "File"
- Click on "Save project"
- Dismiss the window
- Click on "Save project" again
- Click "Save" in the window
- The project file be saved twice.
This happens to "Save project", "Export", etc.
Need to add a key to track the registered events or create a method for removing registered events.
unsettledgames commented
Fixed in #87