Modify Appearance of Option/Checkbox#468
Open
RobertLemmens wants to merge 6 commits intoImmediate-Mode-UI:masterfrom
Open
Modify Appearance of Option/Checkbox#468RobertLemmens wants to merge 6 commits intoImmediate-Mode-UI:masterfrom
RobertLemmens wants to merge 6 commits intoImmediate-Mode-UI:masterfrom
Conversation
Member
|
I wonder how is it with radios? Both shall behave visually "the same". Also thinking about this I am not sure whether the originating issue lies simply within a reversed boolean coming from the checkbox/radio widgets. If we reversed the boolean meaning then I think the current style in |
Author
Author
|
I do think however that the background also impacts this allot! |
Contributor
Contributor
|
I should check that one too, I really prefer the PR style of checkboxes and radios on default nk style. It seems the OpenGL rendering is ok, but not API related ones (at least on X11). I've tried with x11_xft and the result is so so I need to check this deeper to see why this happens. Also, a check on Windows GDI(+) backends should be done (but not by me) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.









This is basically vurtun/nuklear#653 from zhouxs1023 so all credit there. Followed the discussion #222 and this is something I also need so ported the change from zhouxs1023 to here because I have some time today.
tested it out and looks good to me.
