Issue 335 (#384)

Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
Co-authored-by: dploeger <dploeger@users.noreply.github.com>
This commit is contained in:
Dennis Ploeger
2021-09-06 08:57:45 +02:00
committed by GitHub
parent c8958e7454
commit 3ee46f4977
8 changed files with 135 additions and 98 deletions

View File

@@ -92,6 +92,11 @@ func register_background(background: ESCBackground):
"_on_mousewheel_action",
[-1]
)
# Clear the stack of hovered items
func clear_stack():
hover_stack = []
# The background was clicked with the LMB