fix: clears tooltip when event is finished

This commit is contained in:
Duncan Brown
2022-12-23 13:31:34 -05:00
parent 4604e00648
commit b827092176
2 changed files with 20 additions and 2 deletions

View File

@@ -363,6 +363,7 @@ func _on_event_done(_return_code: int, _event_name: String):
if _return_code == ESCExecution.RC_OK:
escoria.action_manager.clear_current_action()
verbs_menu.unselect_actions()
tooltip.clear()
func apply_custom_settings(custom_settings: Dictionary):