You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be better not to calculate new parameters incrementally in some cases.
(Though :prev-pos and :delta-pos are still needed for a handle like a rotary knob)
Even I refactored the drag function of rect2d not to update incrementally, though, the problem does not seem to be fixed yet. Will try to investigate what's going on inside the reverse evaluation.
https://glisp.app/commit:69e6023/?code_url=https%3A%2F%2Fgist.githubusercontent.com%2Fmicuat%2Ff8b1e0001efcf2115bca90dcbee93979%2Fraw%2F9d24021efc890dc514710bd0805c32cca9d69384%2Fclamprectbug.glisp
in this case, when x y are bound by clamp, width and height still moves in an unexpected way (I guess it's trying to compensate values somehow)
The text was updated successfully, but these errors were encountered: