Still confused why order in Compose operator(when set as Group) mess up positions of Segment.

Hi, i should explain (from the developer side), why Compose works in this way:
In RailClone all segments are placed sequentially, so to the position of each segment depends of the size (width) of its predecessors.
Since the Compose operator places all segments in a same position (stacked), it's necessary to define in some way what is the "master" segment , which defines the size of the group.
Initially, we included a selector with two options: take the width of the first segment, or the largest one.
But in our tests, this option was barely useful and a bit confuse, and we decided to remove it.
For this reason, the fist segment is used as master, and the order in a Compose is significative.