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

Supernatural ability/spell menu window doesn't scale/expand vertically (and can't be resized) #78802

Closed
jwgrawe opened this issue Dec 28, 2024 · 0 comments · Fixed by #78883
Closed
Labels
(S1 - Need confirmation) Report waiting on confirmation of reproducibility

Comments

@jwgrawe
Copy link

jwgrawe commented Dec 28, 2024

Describe the bug

The imgui implementation of the spell/supernatural ability is a bit troublesome:

  • The window does not scale/adjust vertically to account for lengthy spell/ability lists or descriptions, leading to wasted UI space and needless use of scroll bars.
  • The window doesn't seem to allow resizing. (However, I suppose no other imgui menu does?)
  • The close/"X" button (in the top right corner) of the window is unresponsive. (Not exactly a huge issue)

Attach save file

N/A

Steps to reproduce

  1. Create world with either solely the core game (alternatively also with Magiclysm added).
  2. Create character and debug in spells/abilities.
  3. Open spell/ability menu.

Expected behavior

I expected that the window/menu would adjust dynamically to account for content and available screen space (or barring this, allowing for resizing). The reason for this expectation is that currently, the spell/ability menu is very tiny and slim.

Screenshots

With a lengthy list of spells/abilities, the window doesn't expand to accommodate (nor allow for resizing):
Screenshot 2024-12-28 003228

Even with a single spell/ability the entire description doesn't show despite a lot of screen space being available:
Screenshot 2024-12-28 003924

Versions and configuration

  • OS: Windows
    • OS Version: 10.0.19045.5247 (22H2)
  • Game Version: 36bb280 [64-bit]
  • Graphics Version: Tiles
  • Game Language: System language []
  • Mods loaded: [
    Dark Days Ahead [dda]
    ]

Additional context

No response

@jwgrawe jwgrawe added the (S1 - Need confirmation) Report waiting on confirmation of reproducibility label Dec 28, 2024
@jwgrawe jwgrawe changed the title Supernatural ability/spell menu doesn't scale/expand vertically (and can't be resized) Supernatural ability/spell menu window doesn't scale/expand vertically (and can't be resized) Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
(S1 - Need confirmation) Report waiting on confirmation of reproducibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant