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
Analyze loudness window UI bugs #942
Comments
|
That build fixes the sorting, but not the checkboxes. Not sure what's up with that... (W10 here, latest Reaper pre). |
It was previously sorted lexicographically. Fixes reaper-oss#942
What is the value of |
BR - AnalyzeLoudness=0 1 1 1 0 1 1 1 0 But even if I remove all that from the .ini, still no checkboxes. There's only one grayed out under "visible columns"... |
…per-oss#942] SWS automatically sorts context menus if a langpack is loaded. This breaks the column header context menu. This patch ensure the column header context menu is never sorted. Fixes reaper-oss#942.
This was fixed in PR #942. |
Right-clicking the column header, checkboxes are not shown for the enabled columns
Sorting by True peak column is broken. Positive dBTP values are sorted AFTER the lowest negative value! This is clearly wrong, should be an easy fix?
The text was updated successfully, but these errors were encountered: