systeminit / si

The System Initiative software
https://systeminit.com
Apache License 2.0
1.59k stars 261 forks source link

Fix frames ordering and parentage #4950

Closed jobelenus closed 1 week ago

jobelenus commented 1 week ago

Currently, you can take a frame and drag it over another frame, which hides it. (This was always possible before too). But now when you move the frame "on top" of it, the "lower/hidden" frame comes for the ride, because its "inside" the other one... So I at least put a fix to bring it to the top when its selected so you can move it.

There is one more potential step to take, ordering frames based on their bounding box (e.g. smaller frames on top)