Changes between Version 1 and Version 2 of Ticket #5290, comment 4
- Timestamp:
- 2019-01-23T18:09:23Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5290, comment 4
v1 v2 8 8 A lot of programs, even commercial programs (even Dymola) don't respect this principle, but sooner or later they should, and for sure they will. So Since ticket #4156 I started to prompt to go in this direction. 9 9 10 For me the nastiest issues is the old "+" sign issue, which seems to be very easy to solve: indeed @ade elmentioned to me that there are issues connected to the use for software update of MSYS2. I'm still waiting for developers to make the big leap needed to overcome this nasty issue (mentioned also in other tickets, if I remember well)10 For me the nastiest issues is the old "+" sign issue, which seems to be very easy to solve: indeed @adeas mentioned to me that there are issues connected to the use for software update of MSYS2. I'm still waiting for developers to make the big leap needed to overcome this nasty issue (mentioned also in other tickets, if I remember well) 11 11 12 12 I've not checked your diagrams, but the sentence "the connection lines in the diagram view look much thicker than at 100% resolution" makes me think. … … 17 17 So now the rules are defined by the combined choices of 4196 and 4965. 18 18 19 Just to be sure, maybe "much thicker" means 2 pixels instead of two? If so, probably this is because one pixel was too thin, and it is not possible to have 1.6 pixels. In that case, probably we must accept this. 20 If I remember well, 19 Just to be sure, maybe "much thicker" means 2 pixels instead of two? If so, probably this is because one pixel was too thin, and it is not possible (or not considered possible) to have 1.6 pixels. I presume that OMEdit does not use fractional pen widths. 20 21 I don't know what happens with setting pen width with floating-point precision: Qt allows this, but I've never checked what the effect is. Maybe the graphical engine simulates on screen real values of line widths using colour shades at the line sides? 22 However, personally I'm at ease in a world in which, when switching from one computer to another or one resolution to another, the width of connecting lines changes from 1 to 2 pixels, if 1 pixel is too thin.