cycfi / elements

Elements C++ GUI library
http://cycfi.github.io/elements/
3.15k stars 235 forks source link

Fixed some range_slider issues #368

Closed klytje closed 11 months ago

klytje commented 11 months ago

I fixed the range_slider issues we discussed on Discord. More specifically:

Please check the new basic_range_slider_offset_base and how basic_range_slider interacts with it; I'm not entirely sure what I've done there is legal.

Name improvements for offset_from_center are happily accepted :)

Note: this should probably only be accepted after my other PR since this one is based on that.

djowel commented 11 months ago

Awesome! This is looking great, @klytje!

BTW, I've been wanting to ask: can you please do a squash commit to minimize the history?

djowel commented 11 months ago

Ooops. Conflicts:

image
klytje commented 11 months ago

Should be fixed now :)