egui state currently has this function as private.
however, it is useful for creating user configurable scale option -
image
allow user to request different ui scale after window is open #17
maor1993/nih-plug:main into main The intended method is to use Queue::resize() BillyDM/nih-plug@10b716a394/baseview-adapters/egui-baseview/src/window.rs (L50)
Does that method work as intended for you?
Just tried using this function, the resize changes the UI size but not the window size -
image
using the PR I made updates both.
Sorry for taking so long to get around to this. Is the intended method fixed in BillyDM/nice-plug@83a0d7b02d?
Hey @BillyDM , on the commit you marked its the same, UI resizes but window does not scale with it.
Huh, that is strange. I'll do more debugging to figure out why it isn't working.
Oh, you're right, my bad. I forgot that the way baseview handles resizing and the way plugins handle resizing are two completely different processes. So making that method public is the correct way.
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?