mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-11-12 15:04:44 -05:00
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 | ||