mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
When added, level of child window is reset to level of the parent. A user may change it aftewards to the level that may even break specified relative position. E.g. if a child window is added below the parent (Normal) and its level is set to Floating it will be ordered above. Whenever you change level of the parent window, levels of the child windows are reset as well ignoring all your changes. According to the example, if you set level of the parent to Normal+1, child window' level will also be set to Normal+1 and its relative order to the parent (below) will be restored.