mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 01:29:49 +00:00
3f1c81ac13
Caused in CreateNewImage.gd, Global.current_layer = 0 should be under Global.canvas gets set to a new canvas, and after its _ready() method gets executed. The crash occurred when a layer above 0 had transparency less than 100, and a new image was created. _on_OpacitySlider_value_changed() in AnimationTimeline.gd was executed on the old canvas right before it was destroyed, while Global.layers had been cleared. Also removed _on_OpacitySlider_value_changed() from Main.gd, it served no purpose there. |
||
---|---|---|
.. | ||
AboutDialog.gd | ||
CreateNewImage.gd | ||
ExportDialog.gd | ||
FrameTagDialog.gd | ||
ImportSprites.gd | ||
OutlineDialog.gd | ||
PreferencesDialog.gd | ||
ScaleImage.gd | ||
SplashDialog.gd |