-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ManualPicker: automatically save when closing the window #1028
Conversation
Hi Takanori, |
@scheres Let's make sure we are looking at the same thing.
I mean closing the micrograph list window (
This patch is about automatically recounting and updating |
That would be nice. I tried this actually yesterday, but could not make it work, as the picker uses a separated canvas. Perhaps you're better at this. But it is not too high on the priority list... People rarely pick manually these days. |
It is hard to force |
OK, let's just leave it as it is. Thanks! |
If we decide so, perhaps your commit b8cbd4f should be reverted for consistency. |
ok, done. |
ManualPicker says:
but this is not user-friendly. Most people don't notice this message, and even if they do see this, they just forget to use the menu.
With this patch, ManualPicker automatically saves the list even when closed by the window manager.
This also fixes a problem in the
[File]-[Quit]
menu. It used to save the list without recounting. Now it recounts and then saves the list.