I am using this line
drawLineRelative(((b+pt)+1),smp,((b+pt)+1),smp1, PS_DASHDOT , 3, clr, (ntf[itf].key+keyoff));
to draw several lines that are dashed or dotted
and they only come out solid.
Is this a bug? I have my thickness set to 3 and have adjusted to no avail.
Any clues?
thx
drawLineRelative(((b+pt)+1),smp,((b+pt)+1),smp1, PS_DASHDOT , 3, clr, (ntf[itf].key+keyoff));
to draw several lines that are dashed or dotted
and they only come out solid.
Is this a bug? I have my thickness set to 3 and have adjusted to no avail.
Any clues?
thx
Comment