Hey,
I've discovered that in the latest in git does not draw anything inside the block of a stack with styles. Example:

  Shoes.app do
    stack(:height => 20) do
      @has_it = true
      para "Not shown"
    end
    stack do
      para "Shown and runs the other: ", @has_it.to_s
    end
  end

This will show only the text "Show and runs the other: true". This happens no matter what the style is from :height to :scroll. I'm not sure what the problem is.
--
Jeff  (jmhodges just about everywhere)

Reply via email to