nitpicker: never bring the background view to front

This commit is contained in:
Christian Prochaska 2015-10-28 17:12:04 +01:00 committed by Christian Helmuth
parent a01a423c91
commit 0150d02683
1 changed files with 3 additions and 0 deletions

View File

@ -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,