joergreichert / spray

Automatically exported from code.google.com/p/spray
1 stars 2 forks source link

Allow the user to change the order of the shapes in a compartment #198

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
From Fabio:  In a compartment the order of the shapes currently always is the 
order in which they were added.  It would be useful to allow users to change 
this order. E.g. you start with

Class: MyClass
-          PropertyOne
-          PropertyTwo

Now the user wants to switch this properties in a different way (PropertyTwo 
before PropertyOne)

MyClass
-          PropertyTwo
-          PropertyOne

Original issue reported on code.google.com by joswar...@gmail.com on 11 Nov 2012 at 4:38

GoogleCodeExporter commented 9 years ago

Original comment by joswar...@gmail.com on 19 Nov 2012 at 3:51