-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PushStyleVar(ImNodesStyleVar_LinkThickness, ...) doesn't work. #153
Comments
Make sure you call the PushStyleVar before ImNodes::BeginNodeEditor(); |
Thanks for the hint. |
Hi @simonwinkelbach ! Indeed, it looks like we only capture the active color settings for each link, not the thickness. I just opened a massive pr which touches links, and I think this issue will be easy to fix after that is merged 🙂 |
@Nelarius Sounds great! Thanks for your support! |
…r(ImNodesStyleVar_LinkThickness, ...). This is a fix for Nelarius#153 .
I couldn't wait to fix this issue by myself, which wasn't a big deal. |
@Nelarius is this project still alive? Would be a shame if not! I volunteer to help :-) |
I want to increase the line thickness of individual links, while keeping the default thickness of all others.
doesn't change the thickness, whereas
changes the color as expected.
Great project BTW. Very clean and easy to use.
Thanks!!
The text was updated successfully, but these errors were encountered: