mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
nitpicker: never bring the background view to front
This commit is contained in:
parent
a01a423c91
commit
0150d02683
@ -282,6 +282,9 @@ class View_stack
|
||||
if (!v->session().matches_session_label(selector))
|
||||
continue;
|
||||
|
||||
if (v->background())
|
||||
continue;
|
||||
|
||||
/*
|
||||
* Move view to behind the previous view that we moved to
|
||||
* front. If 'v' is the first view that matches the selector,
|
||||
|
Loading…
x
Reference in New Issue
Block a user