[etoys-notify] [JIRA] Created: (SQ-927) Text object has two tiles "Text | color" with different functions

Stephen Thomas (JIRA) tracker at squeakland.org
Wed May 4 22:34:27 EDT 2011


Text object has two tiles "Text | color" with different functions
-----------------------------------------------------------------

                 Key: SQ-927
                 URL: http://tracker.squeakland.org/browse/SQ-927
             Project: squeakland
          Issue Type: Bug
          Components: etoys
            Reporter: Stephen Thomas


In the search box of viewer for a Text object, type color.

You will see two tiles that look identical | Text | color |.  When you drag both into a script and switch to textual view you get:

	self setColor: (Color r: 1.0 g: 1.0 b: 1.0).
	self setTextColor: (Color r: 1.0 g: 1.0 b: 0.194).

The setColor seems to have the same function as BackgroundColor.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.squeakland.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the etoys-notify mailing list