Skip to content

Conversation

@PROP65
Copy link
Contributor

@PROP65 PROP65 commented Sep 8, 2024

Splits NK_WINDOW_NO_SCROLLBAR into separate horizontal and vertical flags.

/* Removes the horizontal scrollbar from the window */
NK_WINDOW_NO_SCROLLBAR_H = NK_FLAG(5)
/* Removes the vertical scrollbar from the window */
NK_WINDOW_NO_SCROLLBAR_V = NK_FLAG(6)
/* Removes both scrollbars from the window */
NK_WINDOW_NO_SCROLLBAR   = NK_WINDOW_NO_SCROLLBAR_H | NK_WINDOW_NO_SCROLLBAR_V

Needs more testing.

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.

1 participant