Removed brush_selected signal

This commit is contained in:
OverloadedOrama 2020-05-21 20:33:00 +03:00
parent 0629449bdf
commit d2539f44f0
6 changed files with 36 additions and 74 deletions

View file

@ -616,10 +616,6 @@ func _on_Tool_pressed(tool_pressed : BaseButton, mouse_press := true, key_for_le
Global.right_cursor_tool_texture.create_from_image(load("res://assets/graphics/cursor_icons/%s_cursor.png" % Global.current_right_tool.to_lower()), 0)
func _on_Brush_Selected() -> void:
$BrushesPopup.hide()
func show_quit_dialog() -> void:
if !$QuitDialog.visible:
if !Global.project_has_changed: