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

[Windows] Ensure vertical scrolling is enabled when EditBox is in multiline mode #2374

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

rh101
Copy link
Contributor

@rh101 rh101 commented Feb 6, 2025

Describe your changes

The EditBox in multiline mode does not move to the next line on Windows, since vertical scrolling is not enabled. The number of lines is currently limited by the height of the font and the height of the EditBox.

The change in this PR enables vertical scrolling when in multiline mode.

Issue ticket number and link

#2372

Checklist before requesting a review

For each PR

  • Add Copyright if it missed:
    - "Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md)."

  • I have performed a self-review of my code.

    Optional:

    • I have checked readme and add important infos to this PR.
    • I have added/adapted some tests too.

For core/new feature PR

  • I have checked readme and add important infos to this PR.
  • I have added thorough tests.

@halx99 halx99 added this to the 2.3.3 milestone Feb 6, 2025
@halx99 halx99 linked an issue Feb 6, 2025 that may be closed by this pull request
@halx99 halx99 merged commit c82e892 into axmolengine:dev Feb 6, 2025
15 checks passed
@halx99 halx99 added the enhancement New feature or request label Feb 6, 2025
@rh101 rh101 deleted the editbox-multiline-fix branch February 6, 2025 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EditBox Enter not work (mode ANY) on Windows
2 participants