You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the same time, after (*) line is uncommented, the plot gets much better (right pic).
Could you please give a clue how to fix this issue without adding moveTo for each line?
PS. Qt 5.15. Debug output during start:
Creating suitable QNanoBackend for OpenGL 4.6 context
Using backend: "OpenGL 3"
Regards,
Alekseus
The text was updated successfully, but these errors were encountered:
Hello!
Tried to draw 1px polyline without antialiasing but bumped into a strange behaviour. Lines drawn almost vertically became dashed (see left pic).
Drawing sequence is like following (paint method in modified HelloWidget example):
At the same time, after (*) line is uncommented, the plot gets much better (right pic).
Could you please give a clue how to fix this issue without adding moveTo for each line?
PS. Qt 5.15. Debug output during start:
Regards,
Alekseus
The text was updated successfully, but these errors were encountered: