Page 1 of 1

QLC can be quit without saving

Posted: Wed May 21, 2014 12:06 am
by jef m
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

Posted: Wed May 21, 2014 1:41 pm
by Jano Svitok
I confirm this.

Note to myself: https://github.com/mcallegari/qlcplus/b ... p.cpp#L308 check return value and call e->ignore() if appropriate.

QLC can be quit without saving

Posted: Wed May 21, 2014 11:13 pm
by Jano Svitok
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!