SCM_SILENT typo--
This commit is contained in:
parent
6a57fa286e
commit
385ea10bef
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ QList<Toplevel *> Workspace::constrainedStackingOrder()
|
||||||
QMultiMap<Group*, Layer>::iterator mLayer = current.find(c ? c->group() : nullptr);
|
QMultiMap<Group*, Layer>::iterator mLayer = current.find(c ? c->group() : nullptr);
|
||||||
if (mLayer != current.end()) {
|
if (mLayer != current.end()) {
|
||||||
// If a window is raised above some other window in the same window group
|
// If a window is raised above some other window in the same window group
|
||||||
// which is in the ActiveLayer (i.e. it's fulscreened), make sure it stays
|
// which is in the ActiveLayer (i.e. it's fullscreened), make sure it stays
|
||||||
// above that window (see #95731).
|
// above that window (see #95731).
|
||||||
if (*mLayer == ActiveLayer && (l > BelowLayer))
|
if (*mLayer == ActiveLayer && (l > BelowLayer))
|
||||||
l = ActiveLayer;
|
l = ActiveLayer;
|
||||||
|
|
Loading…
Reference in a new issue