godot/scene
Meriipu e8804b9978 Make the currently hovered control get updated on mouse-release
Previously, when the mouse was released after dragging a scrollbar,
its highlight was not dropped (if the mouse cursor was still inside
the viewport). This seems to be because the currently hovered control
only gets updated when the mouse is moved.

This commit fixes the dropping of the cosmetic highlight by running
the check for whether the currently hovered control has changed on
mouse-clicks, in addition to to the existing mouse-movements.
2020-09-28 16:04:01 +02:00
..
2d Revert "Merge pull request #38341 from verdog/camera-bounds-fix" 2020-07-11 19:05:48 +01:00
3d Fixed reload_goal not being called when SkeletonIK3D::start is invoked with p_one_time = true 2020-07-27 20:18:16 +03:00
animation Merge pull request #39801 from ChristopheLY/tween-bool-state 2020-07-20 22:23:43 +02:00
audio Add override keywords. 2020-07-10 13:56:54 +01:00
debugger Fix resource preview in remote inspector 2020-05-23 11:52:02 +02:00
gui Fix TextEdit line width cache not being updated 2020-07-29 21:42:38 +01:00
main Make the currently hovered control get updated on mouse-release 2020-09-28 16:04:01 +02:00
resources Fix small reconnection bug in visual shader 2020-07-31 10:40:05 +03:00
register_scene_types.cpp Added UniformRef visual shader node 2020-07-28 14:44:53 +03:00
register_scene_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.cpp Custom Skeleton3DEditorPlugin 2020-05-22 09:54:34 -07:00
scene_string_names.h Custom Skeleton3DEditorPlugin 2020-05-22 09:54:34 -07:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00