fenfire-dev
[Top][All Lists]
Advanced

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

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


From: Matti Katila
Subject: BUG found: Invalid cs ind Was: [Fenfire-dev] About FenPDF crashes on thursday...
Date: Fri, 29 Aug 2003 13:39:39 +0300 (EEST)

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.


   -Matti





reply via email to

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