Ticket Created

CIQQA-1151

clearClip is almost 4 more times expensive then setClip

setClip should contain clearClip becouse there is no multiply clips

Parents
  • 1. bug is bug Slight smile

    2. yes I can and even I do it and even I have to do it but use setClip(device_size) instead of clearlip() - first usage setClip practically force tu use somewhen clearClip

    3. if you see my WF you surly will know that it isn't only one drawing but drawing in loop - it's not enough to clearClip only once - practically I have to clearclip after each of controls because I don't know if next control call setClip or not (there are some IF's).

Comment
  • 1. bug is bug Slight smile

    2. yes I can and even I do it and even I have to do it but use setClip(device_size) instead of clearlip() - first usage setClip practically force tu use somewhen clearClip

    3. if you see my WF you surly will know that it isn't only one drawing but drawing in loop - it's not enough to clearClip only once - practically I have to clearclip after each of controls because I don't know if next control call setClip or not (there are some IF's).

Children