Immediate-Mode-UI / Immediate-Mode-UI/Nuklear
nk_window_set_size doesn't update background or contents.
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 11.4k
- Forks
- 686
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 3
Description
It seems if you use nk_window_set_size, it will not resize the background of the window, or the contents.
Examples:


Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating nk_window_set_size in Nuklear's single-header C library and reproduce the reported behavior with a minimal window. Trace how the window background and contents are sized after the call; done means both resize consistently with the window, with a regression check if the project provides a suitable test or example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100