mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2025-05-12 21:30:37 +01:00
parent
306e416802
commit
4e85fb4fbf
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue