This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

Added event handler for check boxes

David Greeson requested to merge disable into master

Created by: HighSaltLevels

What/Why

The randomizer needs an event handler for checking the check boxes so that the GUI elements will reflect the state of the check box. The event handler will toggle the state of the spin boxes associated with that check box when you toggle the state of that check box.

Other things that changed

  • I fixed a spelling error on one of the ToolTips
  • I wildcarded __pycache__ in the .gitignore

Merge request reports