mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-27 20:29:22 +02:00
Fix warnings
This commit is contained in:
parent
d57674acca
commit
4d97430d44
7 changed files with 15 additions and 18 deletions
scenes
|
@ -323,13 +323,3 @@ func _on_mouse_entered():
|
|||
|
||||
func _on_mouse_exited():
|
||||
mouse_inside = false
|
||||
|
||||
func close_all_file_browsers():
|
||||
var all = all_objects()
|
||||
|
||||
for o in objects.values():
|
||||
if o.type == "commit":
|
||||
o.file_browser.close()
|
||||
o.file_browser.visible = false
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue