The draw_rect() "width" argument has no effect when "filled" is "true" warning #1017
Labels
c: bindings
Component: GDNative bindings (mod api)
quality-of-life
No new functionality, but improves ergonomics/internals
Milestone
draw_rect
method requireswidth
parameter even when settingfilled
to true which results the following warning being printed.API Interface:
Example: https://github.com/yue4u/zf/blob/7c6b4c68e9ab4129386c06299e265242a605bf4d/crates/zf/src/ui/terminal.rs#L475
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?
The text was updated successfully, but these errors were encountered: