Closed
Description
draw_rect
method requires width
parameter even when setting filled
to true which results the following warning being printed.
W 0:00:02.779 draw_rect: The draw_rect() "width" argument has no effect when "filled" is "true".
<C++ Source> scene/2d/canvas_item.cpp:756 @ draw_rect()
API Interface:
I did some search but couldn't find a way to disable this warning. Maybe set the type of width parameter to optional or passing width optionally on the library side can resolve this problem?