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
Fixed 'ChangeItem(index, value)' for dropdown entities - accidentally used the by-value override internally before, which change all when have duplicate items.
Added 'ChangeValue()' method to all entities.
Added 'GetValue()' method to all entities.
Changed Button 'Value Changed' event to only emit if value actually changed.
Changed CheckBox 'Value Changed' event to only emit if value actually changed.
Fixed TextInput 'Value Changed' event to trigger when changing value externally.
Fixed offset for draggable panels that are not aligned top-left and visible in first update frame (used to have bug that changed their position to top left).