We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v4.0.stable.official [92bee43]
Windows 10, 64bit
When change ItemList‘s icon_scale with code, itemlist not update:
ItemList
And force call queue_redraw(), icon size was udpate, but item border not.
queue_redraw()
And if resize window, itemlist update correct.
/
ItemListTest.zip
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Godot version
v4.0.stable.official [92bee43]
System information
Windows 10, 64bit
Issue description
When change
ItemList
‘s icon_scale with code, itemlist not update:And force call
queue_redraw()
, icon size was udpate, but item border not.And if resize window, itemlist update correct.
Steps to reproduce
/
Minimal reproduction project
ItemListTest.zip
The text was updated successfully, but these errors were encountered: