shadow: fix missed invalid use of cfg val ptr

fixes #4785
This commit is contained in:
Vaxry 2024-02-21 19:26:15 +00:00
parent dad8ffd576
commit ea3fd13e24

View file

@ -116,7 +116,7 @@ void CHyprDropShadowDecoration::draw(CMonitor* pMonitor, float a, const Vector2D
fullBox.scale(pMonitor->scale).round(); fullBox.scale(pMonitor->scale).round();
if (*PSHADOWIGNOREWINDOW) { if (**PSHADOWIGNOREWINDOW) {
CBox windowBox = m_bLastWindowBox; CBox windowBox = m_bLastWindowBox;
CBox withDecos = m_bLastWindowBoxWithDecos; CBox withDecos = m_bLastWindowBoxWithDecos;