Aven bugs?

Olly Betts olly@survex.com
Wed, 2 Jun 2004 15:35:17 +0100


On Tue, Jun 01, 2004 at 11:50:47AM +0100, David Loeffler wrote:
> Firstly, it doesn't seem to be possible to close the 'print preview'
> window by clicking on the window titlebar close box. Obviously the
> prominent button marked 'Close' means this is not a serious problem, but
> it's nonetheless a little unexpected.

I'll have to look into this.  It might be we need to handle the event.
Or perhaps wx doesn't handle it correctly.

> Also, there seem to be a couple of bugs in the grid feature.
> 
> If you turn on the grid, then load a new 3d file, it shows the new file
> without the grid, but the 'Grid' box in the View menu remains ticked. It
> then remains inverted; to get the grid to appear again, you have to
> de-select the box!

OK, fixed.  Just need an extra line of code to set the menu entry tick
to reflect the internal grid flag (all the other tickable menu items
have this, but not grid oddly).

> More seriously, if you zoom in a long way, the grid display goes
> completely bonkers.

Look like coordinate wrap around.

> Obviously these are all cosmetic issues - for my part I've never actually
> found a use for the grid - but I thought I might as well mention them
> anyway.

I don't like the way it autosizes - it's very distracting if you
actually try to use it.  And I'd like the grid line to be labelled
(probably extend them to cover the window and add labels round the
edge).

Cheers,
    Olly