Hi,
On 05/13/12 05:02, Eric Wasylishen wrote:
Hey Riccardo,
From the screenshot, it looks like in the window on the right,
everything below the line under the "General" popup box is offset
vertically by 0.5 or so.
The easiest way to track down this kind of thing may be interactively
in gdb. set a breakpoint where you can examine one of the views in
that is blurred, and start checking the result of
p [self bounds]
p [[self superview] bounds]
p [[[self superview] superview] bounds]
etc…
Yes, I suppose to that a 0.5 creeps in, but looking at the gorm files,
it is fine. One view is then put in the other, but the sizes and
position are integer, this is what makes me wonder. They are however not
exactly the same size.