push
This commit is contained in:
@@ -76,6 +76,9 @@
|
|||||||
if(old_object)
|
if(old_object)
|
||||||
old_object.MouseExited(over_location, over_control, params)
|
old_object.MouseExited(over_location, over_control, params)
|
||||||
|
|
||||||
|
if(QDELETED(over_location))
|
||||||
|
last_hovored_ref = null
|
||||||
|
return
|
||||||
last_hovored_ref = WEAKREF(over_object)
|
last_hovored_ref = WEAKREF(over_object)
|
||||||
over_object.MouseEntered(over_location, over_control, params)
|
over_object.MouseEntered(over_location, over_control, params)
|
||||||
|
|
||||||
@@ -113,6 +116,7 @@
|
|||||||
our_hud.position_action_relative(src, button)
|
our_hud.position_action_relative(src, button)
|
||||||
save_position()
|
save_position()
|
||||||
return
|
return
|
||||||
|
. = ..()
|
||||||
our_hud.position_action(src, screen_loc)
|
our_hud.position_action(src, screen_loc)
|
||||||
save_position()
|
save_position()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user