[etoys-notify] [JIRA] Commented: (SQ-1068) Cut text twice set background color and text color to black

Karl Ramberg (JIRA) tracker at squeakland.org
Sun Mar 25 11:38:34 EDT 2012


    [ http://tracker.squeakland.org/browse/SQ-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=40511#action_40511 ] 

Karl Ramberg commented on SQ-1068:
----------------------------------

Bug is here:

TextMorph>>color:

	color := aColor.
        self fillStyle: aColor.

Fillstyle is used to set the text background color.

I think it should be safe to just remove "self fillStyle: aColor."



> Cut text twice set background color and text color to black
> -----------------------------------------------------------
>
>                 Key: SQ-1068
>                 URL: http://tracker.squeakland.org/browse/SQ-1068
>             Project: squeakland
>          Issue Type: Feature
>            Reporter: Karl Ramberg
>
> Cut text twice set background color and text color to black

-- 
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