1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 07:29:49 +00:00

Update tile mode on project switch

This commit is contained in:
Emmanouil Papadeas 2022-05-20 14:08:01 +03:00
parent 6b5a835322
commit c3c337280e

View file

@ -219,6 +219,7 @@ func change_project() -> void:
Global.canvas.update()
Global.canvas.grid.update()
Global.canvas.tile_mode.update()
Global.transparent_checker.update_rect()
Global.animation_timeline.fps_spinbox.value = fps
Global.horizontal_ruler.update()