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

Refactored JScrollPaneWithSpeed Constructor #5147

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

IllianiCBT
Copy link
Collaborator

Changed the JScrollPaneWithSpeed constructor to take a null argument for the viewport. This was done to ensure proper initialization of the scrolling pane.

This might be negated by some refactoring @WeaverThree is doing, but I had to make the change locally so I figured it was worth pushing.

Changed the `JScrollPaneWithSpeed` constructor to take a null argument for the viewport. This was done to ensure proper initialization of the scrolling pane.
@IllianiCBT IllianiCBT added Bug Utility A new utility function or developer tool labels Oct 28, 2024
@IllianiCBT IllianiCBT self-assigned this Oct 28, 2024
@codecov-commenter
Copy link

codecov-commenter commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 10.53%. Comparing base (fb6c52a) to head (19f8d5d).
Report is 32 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #5147   +/-   ##
=========================================
  Coverage     10.53%   10.53%           
+ Complexity     6041     6040    -1     
=========================================
  Files           956      956           
  Lines        134253   134264   +11     
  Branches      19501    19506    +5     
=========================================
+ Hits          14142    14146    +4     
- Misses       118760   118769    +9     
+ Partials       1351     1349    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@WeaverThree
Copy link
Collaborator

Looks good to me, likely a good fix to have regardles of changes to RSWD; that file still uses them.

Copy link
Collaborator

@WeaverThree WeaverThree left a comment

Choose a reason for hiding this comment

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

Oh here's the review interface. Looks good!

@HammerGS HammerGS merged commit fb9a834 into MegaMek:master Oct 29, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Utility A new utility function or developer tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants