discuss-gnustep
[Top][All Lists]
Advanced

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

Re: GNUmail+cairo Backtrace


From: Fred Kiefer
Subject: Re: GNUmail+cairo Backtrace
Date: Mon, 26 Feb 2007 23:07:49 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20060911)

Ingolf Jandt schrieb:
> Now I have unpacked the GNUMail sources and the root of the problem seems to 
> be (MailWindowController.m:2378--2382 method -setDataViewType:):
> 
> #if !defined(MACOSX) && !defined(__MINGW32__)
>   // We set the table row height, depending on the current font               
>          
>   aSize = [[NSFont seenMessageFont] maximumAdvancement];
>   [dataView setRowHeight: aSize.height];
> #endif
> 

Thank you very much. This is the hint I needed. I will now check, what
the cairo backend is doing wrong when calculating the maximum
advancement for a font.

Cheers,
Fred




reply via email to

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