Skip to content

GeonBit.UI V4.1.0.1

Compare
Choose a tag to compare
@RonenNess RonenNess released this 26 Nov 21:27
· 31 commits to master since this release

4.1.0.1

  • 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).