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

The issues found when using the Virtual Console
Post Reply
kproth
Posts: 76
Joined: Sun Jan 01, 2023 2:31 pm
Real Name: Kevin Roth

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?
User avatar
mcallegari
Posts: 4482
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

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
User avatar
mcallegari
Posts: 4482
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

Post Reply