Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
6.9.0
-
None
Description
When creating two different MapViews within the same project, and applying a NumberAnimation on both map.zoomLevel properties, the project will crash due to segmentation fault.
A workaround is using the `target` property of NumberAnimation instead of `NumberAnimation on zoomLevel`.
Attached is a simple file that reproduces the issue.