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
The SolverHandler does not update it's inner workings when assigned a new TransformTarget. It's neither recalculating it's transformWithOffset nor is there any API call that would make changing what to operate on easy. There is also no option for a custom reference in TrackedObjectType
To reproduce
There is not much to reproduce other than checking out the API
Expected behavior
Setting a new TransformTarget recalculates the Solver to use it
Additional context
I have a menu that jumps around depending on where it's used.
The text was updated successfully, but these errors were encountered:
Alexees
changed the title
SolverHandler: Changing transformTarget nearly impossible
SolverHandler: Changing transformTarget does not recalculate the Solver
Jun 29, 2019
Describe the bug
The SolverHandler does not update it's inner workings when assigned a new TransformTarget. It's neither recalculating it's transformWithOffset nor is there any API call that would make changing what to operate on easy. There is also no option for a custom reference in TrackedObjectType
To reproduce
There is not much to reproduce other than checking out the API
Expected behavior
Setting a new TransformTarget recalculates the Solver to use it
Additional context
I have a menu that jumps around depending on where it's used.
The text was updated successfully, but these errors were encountered: