fenfire-dev
[Top][All Lists]
Advanced

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

Re: BUG found: Invalid cs ind Was: [Fenfire-dev] About FenPDF crashes on


From: Tuomas Lukka
Subject: Re: BUG found: Invalid cs ind Was: [Fenfire-dev] About FenPDF crashes on thursday...
Date: Mon, 1 Sep 2003 13:08:46 +0300
User-agent: Mutt/1.5.4i

On Fri, Aug 29, 2003 at 01:39:39PM +0300, Matti Katila wrote:
> On Fri, 29 Aug 2003, Asko Soukka wrote:
> > ...
> > 
> > Today I tried FenPDF on my home computer with success. The first startup 
> > last over an hour, but without any crashes. The only problem in using was 
> > the infamous "Invalid Coordsys Ind". Usually switching between single and 
> > dual geometry helped (CTRL-S).
> 
> I found the bug in eventHandler:
> 
>   topmostMainNode = buoymanager.findTopmostMainNode(buoymanager.vs, 
> ev.getX(), ev.getY())
> should be:
>   topmostMainNode = buoymanager.findTopmostMainNode(oldvs, ev.getX(), 
> ev.getY())
> 
> I think I reWrite buoymanager with java at next week so this get fixed at 
> the same time, hopefully. Too much mess in buoymanager now, so I can not 
> commit the fix.

Arg! Great work!

        Tuomas




reply via email to

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