applyResize(...) considers that t->values always represents a ratio.
But this is only true with the MOUSEMOVE event.
The solution proposed is to never change t->values the result of the final transformation is now written to t->value_final.
Report: T63570