1
0
Fork 0
Commit Graph

3 Commits

Author SHA1 Message Date
under d47c6ed935 Change maximizing logic
Before this, maximizing a window functioned by reparenting it to a
margincontainer. Now, maximizing a window is a matter of setting its
anchors and offsets. It will require more code but the reparenting
strategy was causing problems because maximized windows were always
displayed below windowed ones. This could technically be solved by
modifying z-indexes of windows individually but this seems like a less
annoying solution than that in the long run.
2024-03-20 13:42:53 -07:00
under b83bd2074a Move windows into foreground when selected 2024-03-20 13:29:18 -07:00
me4tw 6c4b0845a6 ok 2024-03-19 17:52:57 +10:00