furnace
furnace copied to clipboard
Inability to scroll down effect list when stetched vertically to screen's full height
This is a minor bug, but when effect list is fully stretched vertically, the scroll bar disappears (despite half of list's content is off-screen at 1920x1080 res). The best way to fix it is to dock it to, for example, instrument list and move it out, or try to resize it back.
It also seems, more interestingly, when resized almost to the max height, the scroll bar breaks: it doesn't allow scrolling to the bottom of the list.
Apparently not a bug. Can't reproduce. If the window is larger than the display height and the content is able to fit, the scroll bar won't be there...
not invalid: https://user-images.githubusercontent.com/32672779/189516753-da39ffae-3bd5-4c6a-8e3c-52a3f6ab8e87.mp4
steps to reproduce, illustrated https://user-images.githubusercontent.com/32672779/189517090-55b5501c-8636-4fed-8a7a-e648a85b0cc2.mp4
I added size constraints to the effect list window to make sure it won't have infinite height. Please try using git master.
Fixed.