Skip to content

Commit

Permalink
Bump version to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
yilozt committed Dec 19, 2022
1 parent 60e8922 commit fdc27e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Rounded Window Corners",
"description": "Add rounded corners for all windows",
"uuid": "rounded-window-corners@yilozt",
"version": "9",
"version": "10",
"url": "https://github.com/yilozt/rounded-window-corners",
"shell-version": ["40", "41", "42", "43"]
}
1 change: 0 additions & 1 deletion src/manager/effect_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ export class WindowActorTracker {
last_size.width = actor.size.width
last_size.height = actor.size.height

_log ('Size changed')
this.run ((m) => m.on_size_changed (actor))
}
})
Expand Down
1 change: 1 addition & 0 deletions src/manager/rounded_corners_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export class RoundedCornersManager implements EffectManager {
const shadow = actor.__rwc_rounded_window_info?.shadow
if (shadow) {
global.window_group.remove_child (shadow)
shadow.clear_effects ()
shadow.destroy ()
}
delete actor.__rwc_rounded_window_info
Expand Down

0 comments on commit fdc27e6

Please sign in to comment.