Skip to content

Commit fb77090

Browse files
authored
Merge pull request #244 from HIP1426/fix/overview-corner-radius-misalignment
Fix wallpaper misalignment in overview when corner radius > 0
2 parents 09f1fb5 + a9e5b45 commit fb77090

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/wallpaper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ export const LiveWallpaper = GObject.registerClass(
141141
if (!this.wallpaper)
142142
return;
143143
try {
144+
this.setPixelStep(this.width, this.height);
144145
this.applyBounds();
145146
const stroke = this.settings.get_int('border-stroke');
146147
this.roundedCornersEffect.setBorderStroke(stroke * this.monitorScale);

0 commit comments

Comments
 (0)