-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why item border lines have different width when scale the view? #130
Comments
This happens because, in fact, 2 frames are superimposed on each other and the calculation of coordinates when scaling due to rounding does not take place accurately enough. The coordinates are calculated by the QGraphicsScene and i can't change it behavior :(. When you print or export a report, this will not happen. Maybe in the future i will create TableItem to prevent this behavior. |
Yeah, when print or export a report, it's no problem. |
You are right.So the only way to solve this problem is to change the QGraphicsScene 's source code?Have any way else? |
At the moment i don't see the way how to fix this problem. But it wasn't critical for me and i didn't research deeply how to solve the problem. May be in future i will find the way :) |
As you can see in the red and blue rect, it's strange that the border lines have different width when I scale the report view . I have test it in the latest code and the problem exists.Wish your help!
The text was updated successfully, but these errors were encountered: