focustense / StardewRadialMenu

Radial menu UI for Stardew Valley.
MIT License
1 stars 0 forks source link

`TriggerRelease` only works with `RememberSelection` #1

Open RedHatter opened 2 months ago

RedHatter commented 2 months ago

When using trigger release activation the menu sometimes activates the wrong item.

  1. Set PrimaryActivation to TriggerRelease
  2. Set RememberSelection to false
  3. Press trigger
  4. Press bumper to switch page
  5. Select item 3 and release trigger

Expected: item 3 on the second page (the selected item) is held Actual result: item 3 on the first page is held

It looks to me like the menu resets to the first page before activating the item.

focustense commented 2 months ago

Thanks for the report, I'll check into that. Can I confirm you're using the latest version (0.2.1)? That version did fix a few issues specifically related to page reset.

Also, how often is "sometimes" - roughly what would you say the repro rate is out of 10 tries? 5/10, 1/10, etc.?