effects/screenedge: Move it forward in the effect chain
Move the screen edge effect earlier in the effect chain so QML effects can render their contents first, then draw screen edge glow.
This commit is contained in:
parent
a2c91f9434
commit
843b3cfb2a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public:
|
|||
|
||||
int requestedEffectChainPosition() const override
|
||||
{
|
||||
return 90;
|
||||
return 10;
|
||||
}
|
||||
|
||||
private Q_SLOTS:
|
||||
|
|
Loading…
Reference in a new issue