Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Compiler warning fix and two sanity changes #903

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

oj002
Copy link

@oj002 oj002 commented Sep 16, 2019

I was annoyed by nuklear not cleanly building so I set out to fix that.
I also fixed some issuse I've spotted along the way.

@@ -18545,7 +18545,6 @@ nk_tree_element_image_push_hashed_base(struct nk_context *ctx, enum nk_tree_type
struct nk_vec2 item_spacing;
struct nk_rect header = {0,0,0,0};
struct nk_rect sym = {0,0,0,0};
struct nk_text text;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, thanks for the fixes. I totally forgot why we wanted to set/change background in this function - did you try to semantically analyze where it would fit?

Also please bump version in CHANGELOG, thanks 😉.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants