webots
webots copied to clipboard
Fix object re-scaling
Description Fixes https://github.com/cyberbotics/webots/issues/4087
As the scale
of Transform
can be negative since the PR https://github.com/cyberbotics/webots/pull/4243, WbDragResizeEvent.cpp
and WbDragScaleEvent.cpp
changed a bit to get back this negative scale.
Replaced by #5080.