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

In the character creation screen, fix scrolling the skill screen causing a crash when the skill list is smaller than the skill window height. #21979

Merged
merged 1 commit into from
Sep 25, 2017

Conversation

DanmakuDan
Copy link
Contributor

Fixes #21974, #21960.

The code for scrolling the skill selection list assumed that the window would always have less rows than the amount of skills in the game. This crash only occurs when you have a vertical window size roughly between 33-60. After 60, the skill list doesn't reach the halfway point on the screen to need the assumed scrolling.

a crash when the skill list is smaller than the skill window height.
@kevingranade kevingranade merged commit 78bdcf1 into CleverRaven:master Sep 25, 2017
@kevingranade
Copy link
Member

FYI, "Fixes #123, #124" doesn't work, each issue nees a seperate "Fixes #123" string.

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.

2 participants