mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 20:54:44 -04:00
Update size label when changing project or scaling
This commit is contained in:
parent
cf2f477ff9
commit
edf7e43bb8
2 changed files with 3 additions and 0 deletions
|
@ -176,6 +176,7 @@ func change_project() -> void:
|
|||
Global.horizontal_ruler.update()
|
||||
Global.vertical_ruler.update()
|
||||
Global.preview_zoom_slider.value = -Global.camera_preview.zoom.x
|
||||
Global.cursor_position_label.text = "[%s×%s]" % [size.x, size.y]
|
||||
|
||||
Global.window_title = "%s - Pixelorama %s" % [name, Global.current_version]
|
||||
if has_changed:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue