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

Apply Guichan's changes from 6725f3b08248d94e3ac11ce530aec42e3029fc62… #67

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

Jarod42
Copy link
Collaborator

@Jarod42 Jarod42 commented Sep 4, 2024

… (Sept 14th 2008)

A bug prevented scroll area from scrolling a list box correctly. It was caused by the fact that list box called Widget::showPart on every logic call to fix it's scroll when a user goes up and down the list which caused the scroll areas scroll to be ignored. The problem has been fixed by only calling Widget::showPart when a new item in the list box has been selected.

… (Sept 14th 2008)

A bug prevented scroll area from scrolling a list box correctly. It was caused by the fact that list box called Widget::showPart on every logic call to fix it's scroll when a user goes up and down the list which caused the scroll areas scroll to be ignored. The problem has been fixed by only calling Widget::showPart when a new item in the list box has been selected.
@Jarod42 Jarod42 merged commit abe55ac into kallisti5:master Sep 4, 2024
2 checks passed
@Jarod42 Jarod42 deleted the listbox branch September 4, 2024 16:02
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