Mantis - tweak
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1124 | Any | minor | always | 04-27-05 19:18 | 04-29-05 10:08 |
|
|||||
Reporter: | jens | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | resolved | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
Summary: | 0001124: style change in CCostumeFill can result in endless recursion | ||||
Description: |
The following code produces an endless change event recursion betweeen style, color and alpha... p := CPlayer new. p fillStyle. p fillAlpha: 0.5 . p fillStyle: #none. some transcript output: set style: none set colorColor white set alpha1.0 set alpha0.0 set style: none set colorColor white set alpha1.0 set alpha0.0 set style: none set colorColor white set alpha1.0 set alpha0.0 ... |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|