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

Refresh the screen when aborting world generation #38286

Closed

Conversation

wapcaplet
Copy link
Contributor

@wapcaplet wapcaplet commented Feb 24, 2020

Summary

SUMMARY: Bugfixes "Refresh screen after aborting world generation"

Purpose of change

Partial fix for #8514

Describe the solution

The bottom portion of the world-gen settings was remaining on screen after aborting world generation. This PR forces catacurses to redraw and avoid artifacts.

Describe alternatives you've considered

None

Testing

Started and aborted world creation several times at different window sizes.

Additional context

Supposedly this was already fixed but it has been cropping up again for me lately, and this simple 2-line change seems to resolve it.

image

The bottom portion of the world-gen settings was remaining on screen
after aborting world generation. This forces catacurses to redraw and
avoid artifacts.
@Qrox
Copy link
Contributor

Qrox commented Feb 24, 2020

This is actually going to be addressed in #38235.

@wapcaplet
Copy link
Contributor Author

wapcaplet commented Feb 24, 2020

This is actually going to be addressed in #38235.

@Qrox Your solution is far more comprehensive! Closing mine.

@wapcaplet wapcaplet closed this Feb 24, 2020
@wapcaplet wapcaplet deleted the refresh-after-world-abort branch March 8, 2020 14:38
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