Feedback
Allow enum members to be drag reordered
- Status
- Fixed
- Fixed in
- v26.6.4
- Source discussion
- -
- Last updated
- 2026-06-15
Public summary
Enumeration members in Objo Studio should be reorderable from the enum editor when an enum has more than one value. Dragging a member to a new position should update the generated enum source immediately, and members without explicit values should continue to use the compiler's automatic value assignment based on their new order.