Skip to content

1.2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 04:55

New Features:

  • Choose positions of tabs in the TabControl widget:
    l7bp11DWnu

  • New parameter in Project.LoadFromXml that allows to pass an object which will be used to subscribe for ui events. See #295 for more details.

Closed Issues:

  • #307 - Bug?: TabItem.SelectedChanged only fires on deselect
  • #313 - Bug: Removing TabItems from a TabCollection throws NullReferenceException
  • #318 - Weird behavior of the scrollbar in the left panel of GUI in Myra AllSamples demo in a Myra.PlatformAgnostic
  • #319 - Editing stylesheet in MyraPad shows an error: Mandatory attribute 'TextureRegionAtlas' doesnt exist
  • #320 - MyraPad doesn't show suggestion to add MenuItem within MenuItem
  • #321 - Bug: Changing Slider value from external source does not set position of knob correctly
  • #322 - There is no way to tell Myra.PlatformAgnostic that the game is disposed leading to crashes and graphical glitches.

Merged PRs:

  • #295 - Extending xmmp features to ensure hardcoding is (less) necessary
  • #312 - Add TabSelectorPosition to TabControl
  • #316 - Handle UTF16 surrogate pairs in text boxes