Skip to content

Fix typo in nuklear.h for nk_layout_space_push#818

Closed
realDLPS wants to merge 1 commit intoImmediate-Mode-UI:masterfrom
realDLPS:patch-1
Closed

Fix typo in nuklear.h for nk_layout_space_push#818
realDLPS wants to merge 1 commit intoImmediate-Mode-UI:masterfrom
realDLPS:patch-1

Conversation

@realDLPS
Copy link
Copy Markdown

Fixes typo of bounds parameter description for the function nk_layout_space_push from "laoyut" to "layout"

Fixed typo of bounds parameter description for the function nk_layout_space_push.
@sleeptightAnsiC
Copy link
Copy Markdown
Contributor

sleeptightAnsiC commented Jan 7, 2026

This also needs to be changed in src/nuklear.h

Generally, you should never touch the ./nuklear.h itself, but rather apply the changes to src/* files and then rebuild that header as described in...

Nuklear/src/Readme.md

Lines 3 to 4 in 9afb3dd

- On Linux/Mac just run ./paq.sh > ../nuklear.h
- On Windows just run paq.bat

I guess, for simple typo fixes there is no need for updating changelog, so that one should be fine.

@RobLoach
Copy link
Copy Markdown
Contributor

Small change, it'll need to be in the source. Feel free to open up a new PR, or update as needed. Simple typos like this sometimes may not even be worth the changeset, so 🤷

@RobLoach RobLoach closed this Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants