30.03.2024, 13:08
All the issues fixed with the only exception of "auto" setting for ddcolor
When "auto" is checked should be generate the following code
instead of is generated the following code
Dan
When "auto" is checked should be generate the following code
ddcolor_p=[1, 0, 1, 0, True]
instead of is generated the following code
ddcolor_p=[1, 24, 1, 0, True]
Dan