You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code snippet results in the attached image, showing that ROLightlyHighlightable
drains the original colour from el2 - leaving it drab and dreary. I think we need
to liven up the party for poor old el2, and give him back his colour.
--------------------
el1 := (ROElement on: 1) height: 50; width:50.
el1 + (ROCircle color: Color lightGreen).
el2 := (ROElement on: 1) height: 50; width:50.
el2 + (ROCircle color: Color lightGreen) @ ROLightlyHighlightable.
rawView := ROView new @ RODraggable.
rawView add: el1.
rawView add: el2.
ROHorizontalLineLayout on: rawView elements.
rawView open.
--------------------
Reported by benjamin.t.coman on 2012-09-23 11:55:45
Originally reported on Google Code with ID 843
Reported by
benjamin.t.coman
on 2012-09-23 11:55:45- _Attachment: ROLightlyHighlightable-drains-colour-from-element.png
_
The text was updated successfully, but these errors were encountered: