-
Notifications
You must be signed in to change notification settings - Fork 2
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
Keep Selections in Tables
GUI option isn't saving to the config file
#94
Comments
Hi, thanks for the report.
I can't reproduce this myself so perhaps there's something fishy going on with your INI file. Can you spot anything unusual about it, for example multiple |
I will test with a fresh generated ini/config file. |
Tested with a new, freshly generated .ini: https://x0.at/dFxG.mp4 (51megs/x265 file) Hashes of my windows binary from the releases tab of gh: I mean, the |
Okay, based on that video, I don't think this option does what you're expecting it to. Some of the blame is obviously on me for naming it so poorly as its name really should be The only thing that this does is guaranteeing that the currently selected entry in the table is scrolled to (or not) after sorting, not switching between filters. If that just happened to work when filtering too, then it must've been purely coincidental as the code doesn't do anything about that explicitly. The idea for this change came from #25 (which caused to always lose the selection when sorting and switch to the topmost entry), and the option to use the old behaviour was added in #63 . |
And I noticed what appears to me to be conflicting options being saved to
transgui.ini
file:KeepSelectionInTables=Unknown
and
KeepTableSelection=0
This started happening with the
f
revision ofv5.18.5
. Can you narrow it down from my poor bug report?If I toggle the option
on
andoff
from the View menu, it works for the current session only.The text was updated successfully, but these errors were encountered: