mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
move windows to back of cycle when they are minimized
This commit is contained in:
parent
b7d4df28c8
commit
7b7178ebfa
3 changed files with 14 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ view_minimize(struct view *view, bool minimized)
|
|||
view->minimized = minimized;
|
||||
if (minimized) {
|
||||
view->impl->unmap(view);
|
||||
desktop_move_view_to_end_of_cycle(view);
|
||||
} else {
|
||||
view->impl->map(view);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue