[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PSPP crashes on Lion
From: |
Ben Pfaff |
Subject: |
Re: PSPP crashes on Lion |
Date: |
Sun, 08 Jan 2012 07:58:28 -0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
John Darrington <address@hidden> writes:
> On Sat, Jan 07, 2012 at 01:15:38PM -0800, Ben Pfaff wrote:
>
> OK, I now see what the problem was. Beats me why I couldn't
> reproduce it before. Other kinds of charts work just as well.
>
> Anyhow, I pushed an adjustment to your fix:
>
> - apply_options (xr->xr, o);
> + if (is_table_item (xr->item))
> + apply_options (xr->xr, o);
>
> This surprises me. Shouldn't charts and text items also be capable
> of changing their colours and fonts?
Of course they should, but this has not yet been implemented.
--
Ben Pfaff
http://benpfaff.org
- Re: PSPP crashes on Lion, John Darrington, 2012/01/05
- Re: PSPP crashes on Lion, Ben Pfaff, 2012/01/06
- Re: PSPP crashes on Lion, John Darrington, 2012/01/06
- Re: PSPP crashes on Lion, John Darrington, 2012/01/06
- Re: PSPP crashes on Lion, Ben Pfaff, 2012/01/07
- Re: PSPP crashes on Lion, John Darrington, 2012/01/07
- Re: PSPP crashes on Lion, Ben Pfaff, 2012/01/07
- Re: PSPP crashes on Lion, John Darrington, 2012/01/08
- Re: PSPP crashes on Lion,
Ben Pfaff <=