Is it possible to disable a slider? Buttons have an Inactive state, but I don’t see anything similar for sliders.
I thought about setting the minimum to the maximum so it has nowhere to move, but that is giving me a Floating point exception (divide-by-zero) which makes sense as I’m sure it’s dividing by the delta(min, max) to get a percentage.
I suppose that’s one way to do it, but it lacks the knob that makes it look like a slider. Preferably I’d have a grayed out slider that still looks like the normal, active object.