hyprbars: fix outdated render call

fixes #303
This commit is contained in:
Vaxry 2025-03-18 16:19:18 +00:00
parent 306e416802
commit 4e85fb4fbf

View file

@ -560,7 +560,7 @@ void CHyprBar::renderPass(PHLMONITOR pMonitor, const float& a) {
}
if (SHOULDBLUR)
g_pHyprOpenGL->renderRectWithBlur(titleBarBox, color, scaledRounding, a);
g_pHyprOpenGL->renderRectWithBlur(titleBarBox, color, scaledRounding, m_pWindow->roundingPower(), a);
else
g_pHyprOpenGL->renderRect(titleBarBox, color, scaledRounding);