Gnimuc / CImGui.jl

Julia wrapper for cimgui
https://github.com/cimgui/cimgui
MIT License
259 stars 25 forks source link

The getproperty and setproperty! method of ImNodesStyle was not provided #82

Closed Gnimuc closed 4 weeks ago

Gnimuc commented 1 year ago

Discussed in https://github.com/Gnimuc/CImGui.jl/discussions/81

Originally posted by **Faresx** March 21, 2023 The getproperty and setproperty! method of ImNodesStyle was not provided. ```julia style = imnodes_GetStyle() unsafe_load(Ptr{Cfloat}(style+0)) ``` will crash.
JamesWrigley commented 4 weeks ago

Ah, I didn't see this before. Fixed by #144.