-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Order of filter parameters is random #4262
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
Comments
This commit will: - Add a new struct FilterParameters that holds parameters in a KeyValuePairs object - Change FilterPreset to use the new struct to preserve the order of parameters specified in the filter definition This insures the order of the UI controls displayed to the user representing the filter parameters remains consistent.
This commit will: - Change the FilterPreset property paramOrder to not be optional - Add setting of paramOrder to all filter presets - Change NewFilterSheetViewController.showSettings to always use paramOrder This insures the order of the UI controls displayed to the user representing the filter parameters remains consistent.
This commit will: - Change the FilterPreset property paramOrder to not be optional - Add setting of paramOrder to all filter presets - Change NewFilterSheetViewController.showSettings to always use paramOrder This insures the order of the UI controls displayed to the user representing the filter parameters remains consistent.
The fix for this issue has been merged into the IINA Should you wish to confirm the fix is working and do not have the ability to build IINA from the sources in the The ability to disable this GitHub automatic closing action has been requested by GitHub users (discussions #23476 and #17308 for example), but so far GitHub has not implemented a way to control this behavior. |
This is fixed in the released version of IINA. |
System and IINA version:
Expected behavior:
The order of UI elements representing filter parameters is consistent.
Actual behavior:

The order of UI elements representing filter parameters is random as seen in these two screen shots:
Steps to reproduce:
Video filters…
under theVideo
menuVideo Filters
window click+
Blur
This is an IINA issue.
How often does this happen?
You many have to run IINA multiple times to see the parameters change position.
The text was updated successfully, but these errors were encountered: