-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[Lv2/SPA] Using instrument window arrow keys fails to resize #5115
Comments
Reproduced with LV2. I'll see if it's related to #3623. |
Dropping the caching system seems to fix this issue. I left with re-implementing the |
No need to use the arrow keys. As @douglasdgi reported, you can
Then, the testsignal generator will have the same size as the 3osc (which is wrong). @PhysSong does your fix also fix this variant? |
It looks like an almost identical issue, and the same patch should fix it. I haven't tested that yet, though. |
Found a third variant:
This variant is more complicated, but I found a fix which seems to work for all observed variants even without fixing the |
When you use the arrow keys of the instrument track view (top right) to switch instruments, if the instruments have different sizes, sometimes the dialogue does not resize.
Reproduce on
lv2-review
(#4899):The bug also occurs if you open the lv2-testsignal-generator first and then switch to 3osc. It does not always occur if you have had both instruments open without ever using the arrows. It's some strange caching behaviour, which may be fixed/removed in #3623 .
lv2-review
(Lv2 core implementation #4899) and soon onosc-plugin
(Implement SPA support (enabling zyn-fusion) #4662) .variable-tab-widget
(Variable tab widget #4906) intomaster
(not as a regression issue, but as a bug of the new feature).The text was updated successfully, but these errors were encountered: