Files
godot/scene/gui
Micky e31bb5ffeb Rename CanvasItem.update() to queue_redraw()
Affects a lot of classes. Very thoroughly checked signal connections and deferred calls to this method, add_do_method/add_undo_method calls, and so on.

Also renames the internal `_update_callback()` to `_redraw_callback()` for consistency.

Just a few comments have also been changed to say "redraw".

In CPUParticles2D, there was a private variable with the same name. It has been renamed to `do_redraw`.
2022-08-29 14:59:47 +02:00
..
2022-07-06 22:11:43 +05:30
2022-07-21 18:11:09 -04:00
2022-02-07 09:55:25 -03:00
2022-05-10 19:34:48 +08:00
2022-08-17 13:32:25 +02:00
2022-07-29 16:26:13 +02:00
2022-01-24 22:21:19 +01:00