[plt-scheme] release-snip doesn't trigger resized
At Thu, 5 Aug 2004 15:48:26 -0400, "Mike T. Machenry" wrote:
> This is another oddity that I don't know whether or not it's a bug or just
> my miss understanding. This program inserts a snip, s5, and then releases it
> which leaves the pasteboard, ap, the same size as it was.
This looks like a bug, where a pasteboard doesn't try to resize itself
after a snip is deleted.
I can fix it for v299.13. Meanwhile, the best workaround is probably to
move the snip just before deleting it, and put the two operations in a
sequence.
Matthew