jEmplode animation editor bug

Posted by: smu

jEmplode animation editor bug - 15/03/2002 12:00

Hi.

I just noticed the following: When I resize the animation editor window vertically, I would expect to see more animation frames on the RHS frame, but instead, the frames get resized in an extremely odd way.
To get it really obvious, resize it to about twice the original height. The do not just get overly large vertically, but also the spacings between them vanish.

edit: this is under windows, with Java 1.4 SE

cu,
sven
Posted by: mlord

Re: jEmplode animation editor bug - 15/03/2002 12:01

Ditto here, under Linux w/ Java-1.4 prerelease.

-ml
Posted by: mschrag

Re: jEmplode animation editor bug - 15/03/2002 12:03

Probably accidentally have the animation editor frame setup to scale as the window scales instead of only scaling when you change the scale factor.

Mike
Posted by: mschrag

Re: jEmplode animation editor bug - 16/03/2002 08:18

So I fixed this in 27. Preview frames will always be half the width of the sequence list, so as your sequence list grows in width, you can get bigger preview frames, but the height is now proportional. It was basically scaling with the size of the editor pane instead of the size of the EDITABLE part of the editor pane (which doesn't change unless you change your scale factor).

Mike