Hi all, the following app :
Shoes.app do
@a = stack do
rect(10,10,20,20)
end
animate(1) do
@a.toggle
end
end
displays nothing with new shoes (r925). Give it old shoes (811) and the little
square appears and disappears ! If I replace the stack with
@a =rect(10,10,20,20),
then rectangle is displayed but does not toggle.
This happens both on mac os x and on ubuntu.
--
P.-A.
