-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Imgui 1.89.6: User cannot resize the first column when ScrollY is enabled. #72341
Comments
This should be pretty doable. My ImGui branch is here https://github.com/katemonster33/imgui but it needs to be updated and rebased with the latest code from cataclysm. Maybe I could look at this in the next few days |
https://github.com/katemonster33/Cataclysm-DDA/tree/imgui_v1.90.4 i'm not going to make a PR since I don't have time to do regression testing, but let me know if this behaves any better for you |
This does resolve my issue! I will try to make a concise example soon™ to at least show it improves this aspect. |
I didn't bother making a minimal reproducible example. I made a branch https://github.com/Brambor/Cataclysm-DDA/tree/imgui-1.90-solve-resize Which is my project in progress implementing #69831. The last (three) commits should show the difference. OLD a202e08 is the broken version. NEW 24adf0b is the fixed version. To reproduce the issue:
The NEW version: |
Anyway, I like it! I will take it as the ImGui base for now. My project has a long way to go anyway. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
@Brambor what is your status on your project? do you need this new ImGui version soon? |
It will take about month or more, probably. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
It would be nice to have. I might change inventory_selector to use ImGui, then resizing could be useful. |
ok i can try and update my imgui version then |
https://github.com/Brambor/Cataclysm-DDA/tree/new-imgui Merged master and fixed (newly merged) usage of renamed Edit: I made a merge request: katemonster33#12 |
Fixed by #78144 |
Describe the bug
With Imgui 1.89.6, user cannot resize the first column when ScrollY is enabled.
See:
ocornut/imgui#6503
It could be fixed by merging new ImGui into CDDA, but I expect that to be a lot of work... Or not @katemonster33? I have no expectation of you fixing this, it is not that important anyway. I just want your estimate.
ImGui was merged just 2 weeks ago in #65709.
Attach save file
N/A
Steps to reproduce
See the issue
Expected behavior
Can resize any column. I can double-click the column for it to find it's smallest possible size.
Screenshots
No response
Versions and configuration
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
Portal Storms Ignore NPCs [personal_portal_storms],
Slowdown Fungal Growth [no_fungal_growth]
]
Additional context
No response
The text was updated successfully, but these errors were encountered: