MrEd-Designer icon indicating copy to clipboard operation
MrEd-Designer copied to clipboard

Slider style options need updating

Open shakeshuck opened this issue 1 year ago • 2 comments

The slider control now has an 'upward option (so that 0 can be at the bottom). It would be nice if this could be included in Designer. Thanks!

shakeshuck avatar Sep 26 '24 18:09 shakeshuck

Hi, nice to know some people still use MED :)

I have little time right now, but I believe it's really just a matter of replacing this line:

                      (prop:some-of '(deleted plain) '()))

with

                      (prop:some-of '(deleted upward plain) '()))

You can even submit a PR if you want, or wait for a couple of weeks until I can get to it and test it properly.

Metaxal avatar Sep 27 '24 08:09 Metaxal

Thanks for the response. If I get up the nerve to play with Git, I'll see if I can work it out. I've noticed there are some other improvements in the GUI library as well, e.g. scroll bars, so it might be worth taking a quick look through the docs for changes.

shakeshuck avatar Sep 28 '24 08:09 shakeshuck