You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
W 0:01:08:0375 function_type.gd:34 @ _draw(): The draw_rect() "width" argument has no effect when "filled" is "true".
<C++ Source> scene/main/canvas_item.cpp:687 @ draw_rect()
function_type.gd:34 @ _draw()
To Reproduce
Make a pie chart.
Expected behavior
No warnings.
Screenshots
Desktop (please complete the following information):
Describe the bug
W 0:01:08:0375 function_type.gd:34 @ _draw(): The draw_rect() "width" argument has no effect when "filled" is "true".
<C++ Source> scene/main/canvas_item.cpp:687 @ draw_rect()
function_type.gd:34 @ _draw()
To Reproduce
Make a pie chart.
Expected behavior
No warnings.
Screenshots
Desktop (please complete the following information):
Additional context
Just remove the width argument when you're using filled rects. See the docs:
https://docs.godotengine.org/en/stable/classes/class_canvasitem.html#class-canvasitem-method-draw-rect
The text was updated successfully, but these errors were encountered: