godot/scene
aaronp64 ca8e3d4923 Fix tooltip content being cut off at some display scales
When getting the minimum size for a tooltip, we get the value as a Vector2.  Window::set_size() takes a Vector2i, so this size was getting truncated.  At certain display scales, this could be enough to cut off part of the tooltip.  Updated to call Vector2::ceil() to round up before calling Window::set_size()

Fixes #91958
2024-05-15 09:19:00 -04:00
..
2d Merge pull request #91929 from matheusmdx/fix-error-91914 2024-05-14 12:07:20 +02:00
3d Use Core/Scene stringnames consistently 2024-05-13 23:41:07 +02:00
animation Use Core/Scene stringnames consistently 2024-05-13 23:41:07 +02:00
audio Use Core/Scene stringnames consistently 2024-05-13 23:41:07 +02:00
debugger Reduce and prevent unnecessary random-access to List 2024-05-04 16:08:55 +02:00
gui Merge pull request #91909 from KoBeWi/have_fun_reviewing_this 2024-05-14 12:07:03 +02:00
main Fix tooltip content being cut off at some display scales 2024-05-15 09:19:00 -04:00
resources Merge pull request #91909 from KoBeWi/have_fun_reviewing_this 2024-05-14 12:07:03 +02:00
theme Use Core/Scene stringnames consistently 2024-05-13 23:41:07 +02:00
property_list_helper.cpp Fix PropertyListHelper::_get_property returning a valid value even if an index is outside the array valid indices 2024-05-10 10:46:04 +02:00
property_list_helper.h Fix PropertyListHelper::_get_property returning a valid value even if an index is outside the array valid indices 2024-05-10 10:46:04 +02:00
property_utils.cpp Fix inherited scenes produce errors in editor when "editable_children" is true 2024-03-10 07:37:47 +08:00
property_utils.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_scene_types.cpp Use Core/Scene stringnames consistently 2024-05-13 23:41:07 +02:00
register_scene_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_string_names.cpp Use Core/Scene stringnames consistently 2024-05-13 23:41:07 +02:00
scene_string_names.h Use Core/Scene stringnames consistently 2024-05-13 23:41:07 +02:00
SCsub