Skip to content

Commit

Permalink
fix: arrange on geometry changed
Browse files Browse the repository at this point in the history
  • Loading branch information
shenweijie committed Mar 14, 2023
1 parent 80ca50a commit cd6d427
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kwinscript/controller/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ export class ControllerImpl implements Controller {

public onWindowGeometryChanged(window: EngineWindow): void {
this.log.log(["onWindowGeometryChanged", { window }]);

this.engine.arrange();
}

public onWindowScreenChanged(_window: EngineWindow): void {
Expand Down

0 comments on commit cd6d427

Please sign in to comment.