Fixes an issue with calculating the hover stack which resulted in #324
Fixes #324 Co-authored-by: Dennis Ploeger <develop@dieploegers.de> Co-authored-by: dploeger <dploeger@users.noreply.github.com>
This commit is contained in:
@@ -315,7 +315,7 @@ func _ev_left_click_on_item(obj, event, default_action = false):
|
||||
"arrived"
|
||||
)
|
||||
|
||||
self.logger.info("Context arrived: ", [context])
|
||||
self.logger.info("Context arrived: %s" % var2str(context))
|
||||
|
||||
if context.target_object and \
|
||||
context.target_object.global_id != walk_context.\
|
||||
|
||||
Reference in New Issue
Block a user