discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Blurred GUI elements


From: Riccardo Mottola
Subject: Re: Blurred GUI elements
Date: Sun, 13 May 2012 12:38:33 +0200
User-agent: Mozilla/5.0 (X11; NetBSD i386; rv:12.0) Gecko/20120510 Thunderbird/12.0

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.

Riccardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]