-
Type:
Technical task
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Fixed
-
Fix Version/s: Qt 3D Studio 2.0 BETA2
-
Component/s: Editor Application
-
Labels:None
-
Commits:fd479ad9ead764461f4dc44e0e40ecd277d8b1a4
Moving object's material row around in the object crashes. It happens becauseĀ TimelineWidget::onChildRemoved deletes the material row being moved. Simply ending the pending row move at deletion is not a solution, as then the material row simply disappears when moved.