mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-30 23:19:49 +00:00
Remove unneeded Global.update_hint_tooltips() call
This commit is contained in:
parent
ddc69b8282
commit
79e1ab5e61
|
@ -26,7 +26,6 @@ onready var tools := [
|
|||
func _ready() -> void:
|
||||
for t in tools:
|
||||
t[0].connect("pressed", self, "_on_Tool_pressed", [t[0]])
|
||||
Global.update_hint_tooltips()
|
||||
|
||||
# Resize tools panel when window gets resized
|
||||
get_tree().get_root().connect("size_changed", self, "_on_ToolsAndCanvas_dragged")
|
||||
|
|
Loading…
Reference in a new issue