Page MenuHomePhabricator

SlicedGeometry3D does not pass unhandled operations to base class
Closed, ResolvedPublic

Description

SlicedGeometry3D::ExecuteOperation does not handle operations such as move/rotate/scale (found during development for T19489). Since those are properly handled by the base class BaseGeometry and this handling serves perfectly fine for SlicedGeometry3D (e.g. images), the method should call the base class as a last resort.

Event Timeline

User maleike has pushed new remote branch:

bug-19490-slicedgeometry-executeoperation

[a234f8]: Merge branch 'bug-19490-slicedgeometry-executeoperation'

Merged commits:

2016-01-12 18:30:29 Daniel Maleike [8f3f36]
pass unhandled operations to base class