Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes 502 #519

Merged
merged 3 commits into from
Apr 4, 2023
Merged

Fixes 502 #519

merged 3 commits into from
Apr 4, 2023

Conversation

N-Desmarais
Copy link
Collaborator

  • fixed loadImage() to use a temp name so the settings aren't locked to colorblind permanently
  • made the preferences dialog dispose itself properly
  • added a reference to the rules frame in the preference dialog so preference updates can update the rules
  • added updateRules() function to ruleFrame that updates rule images

Description

fixes #502

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (improvement to an already existing feature)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Mbijur and others added 2 commits April 4, 2023 17:03
* Revert "Update PuzzleEditorPanel.java"

* Update SkyscrapersBoard.java

* input and updated descriptions for @return and @throws

* Update Puzzle.java

* Update ScrollView.java

* Update WrapLayout.java

* Update NumberTile.java

* Update DropShadowBorder.java

* Erased irrelevant code

* Update Puzzle.java

---------

Co-authored-by: Charles Tian <[email protected]>
Co-authored-by: Ivan Ho <[email protected]>
* fixed loadImage() to use a temp name so the settings arent locked to colorblind permanently
* made the preferences dialog dispose itself properly
* added a reference to the rules frame in the preference dialog
* added updateRules() function to ruleFrame that updates rule images
@Corppet
Copy link
Collaborator

Corppet commented Apr 4, 2023

Please provide a meaningful title for your pull requests in the future. "Fixes 502" does not help unless I remember exactly what Issue 502 is (and there are a lot of issues so this is quite unlikely).

@Corppet Corppet merged commit 271b0c6 into Bram-Hub:dev Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

changing the color blind preference after loading a puzzle doesnt change the rule images.
4 participants