This is low/no priority but something funny I noticed.
Open QLC, add any fixture, X to quit, "Save current workspace?" Yes, Cancel.
The program will quit without saving, even though the user "wanted" to save. However the Fixture Editor won't quit unsaved, and will dump you back into the editor, to try saving again or keep working. This helps keep unwary users from loosing their work.
QLC can be quit without saving
I confirm this.
Note to myself: https://github.com/mcallegari/qlcplus/b ... p.cpp#L308 check return value and call e->ignore() if appropriate.
Note to myself: https://github.com/mcallegari/qlcplus/b ... p.cpp#L308 check return value and call e->ignore() if appropriate.
Fixed in git (to be 4.7.3). There were few more similar cases: create new file, open another file, open file from recent files list.
Thanks for spotting!
Thanks for spotting!