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
There's no way to reorder items "across" pages in paged lists in the inspector - items can only be rearranged within the page they're already in. The "Max Array Dictionary Items per Page" setting doesn't seem to affect OptionButton Item lists.
There are two ways around the issue: add a script that orders the items as desired, or delete items until the item you need to reorder is on the right page, then re-add the items you deleted.
Steps to reproduce
Create an OptionButton
Add six items
See that the last item is on a new page
There's no way to change the position of the last item
Godot version
v4.1.stable.official [9704596]
System information
Windows 10, Forward+, AMD Radeon R9 290X
Issue description
There's no way to reorder items "across" pages in paged lists in the inspector - items can only be rearranged within the page they're already in. The "Max Array Dictionary Items per Page" setting doesn't seem to affect OptionButton Item lists.
There are two ways around the issue: add a script that orders the items as desired, or delete items until the item you need to reorder is on the right page, then re-add the items you deleted.
Steps to reproduce
Minimal reproduction project
OptionButtonItemListIssueMRP.zip
The text was updated successfully, but these errors were encountered: