Page 1 of 1

Stop all functions button - copy/paste doesn't include fade time

Posted: Tue Feb 14, 2023 8:05 pm
by kproth
I noticed a possible minor issue. If I copy a button setup with action = Stop All Functions, the associated fade out time doesn't get copied with it.

If it's generally expected that all configured settings copy over, may I submit an issue and then provide a pull request with a fix for it?

Re: Stop all functions button - copy/paste doesn't include fade time

Posted: Wed Feb 15, 2023 8:05 am
by mcallegari
Yes, please send a pull request on github.
After this line
https://github.com/mcallegari/qlcplus/b ... n.cpp#L169
add

Code: Select all

setStopAllFadeOutTime(buton->stopAllFadeTime());
Thanks

Re: Stop all functions button - copy/paste doesn't include fade time

Posted: Wed Feb 15, 2023 6:06 pm
by mcallegari