Skip to content

Cleanup UI project#526

Merged
lahm86 merged 2 commits intoLostArtefacts:masterfrom
lahm86:issue-425-net6-cleanup-stage9
Aug 11, 2023
Merged

Cleanup UI project#526
lahm86 merged 2 commits intoLostArtefacts:masterfrom
lahm86:issue-425-net6-cleanup-stage9

Conversation

@lahm86
Copy link
Copy Markdown
Collaborator

@lahm86 lahm86 commented Aug 11, 2023

I had somehow missed two IDE message categories in #520.

  • An old hack with the various number spinners was put in place before to force the value to change when either min/max values change. The new approach calls Clamp correctly instead.
  • MaxSeedValue should be a const, so updated the various elements that use it.

This is the final cleanup PR now - the IDE messages are all zero :)

image

Resolves #425.

@lahm86 lahm86 added this to the 1.8.0 milestone Aug 11, 2023
@lahm86 lahm86 self-assigned this Aug 11, 2023
@lahm86 lahm86 requested review from chreden, makotocchi and rr- August 11, 2023 09:26
Copy link
Copy Markdown
Collaborator

@chreden chreden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double clamping is unfortunate but won't break anything, might be better than alternatives.

@lahm86 lahm86 merged commit 843e707 into LostArtefacts:master Aug 11, 2023
@lahm86 lahm86 deleted the issue-425-net6-cleanup-stage9 branch August 11, 2023 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate to .NET Core 6

2 participants