mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-24 11:45:33 +00:00
Fixed: Simple editor - Exceptions caused by not setting timelined when modifying PlaceObject
This commit is contained in:
@@ -74,6 +74,7 @@ All notable changes to this project will be documented in this file.
|
||||
- Incorrect cursor handling when placed object has filters
|
||||
- FLA export - Rounding errors on COLORMATRIXFILTER contrast
|
||||
- Filters - image bounds
|
||||
- Simple editor - Exceptions caused by not setting timelined when modifying PlaceObject
|
||||
|
||||
### Removed
|
||||
- Option to preview flash items via ActiveX component is no longer available.
|
||||
|
||||
@@ -955,6 +955,7 @@ public class InstancePropertiesPanel extends AbstractPropertiesPanel {
|
||||
int convNum = placeObjectBefore.getPlaceObjectNum() < minPlace ? minPlace : placeObjectBefore.getPlaceObjectNum();
|
||||
PlaceObjectTypeConverter conv = new PlaceObjectTypeConverter();
|
||||
PlaceObjectTypeTag placeObjectAfter = conv.convertTagType(placeObjectBefore, timelined.getSwf(), convNum, false);
|
||||
placeObjectAfter.setTimelined(timelined);
|
||||
placeObjectsAfter.add(placeObjectAfter);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user