Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROLightlyHighlightable drains element colour #843

Closed
seandenigris opened this issue Aug 3, 2015 · 3 comments
Closed

ROLightlyHighlightable drains element colour #843

seandenigris opened this issue Aug 3, 2015 · 3 comments

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with ID 843

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


- _Attachment: ROLightlyHighlightable-drains-colour-from-element.png
![ROLightlyHighlightable-drains-colour-from-element.png](https://storage.googleapis.com/google-code-attachments/moose-technology/issue-843/comment-0/ROLightlyHighlightable-drains-colour-from-element.png)_
@seandenigris
Copy link
Contributor Author

In Roassal 1.129.
Thanks Ben!

Reported by alexandre.bergel on 2012-09-24 14:17:58

  • Status changed: Fixed
  • Labels added: Component-Roassal

@seandenigris
Copy link
Contributor Author

Works for me. Thanks Alex.

Reported by benjamin.t.coman on 2012-09-24 18:01:04

@seandenigris
Copy link
Contributor Author

Reported by tudor@tudorgirba.com on 2013-03-03 13:04:12

  • Labels added: Milestone-4.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant