Immediate-Mode-UI / Immediate-Mode-UI/Nuklear

nk_window_set_size doesn't update background or contents.

Open
#687 1 comment 0 reactions 0 assignees View on GitHub

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:
image

image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.