mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-25 17:21:54 -07:00
@@ -24,7 +24,7 @@ bool CRectPassElement::needsPrecomputeBlur() {
|
||||
}
|
||||
|
||||
std::optional<CBox> CRectPassElement::boundingBox() {
|
||||
return data.box.expand(-data.round);
|
||||
return data.box.copy().expand(-data.round);
|
||||
}
|
||||
|
||||
CRegion CRectPassElement::opaqueRegion() {
|
||||
|
Reference in New Issue
Block a user