Skip to content

Commit

Permalink
Merge branch 'pane-primitives' into extract-watermark-into-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SlicedSilver committed Jul 30, 2024
2 parents c5a8409 + a319a71 commit 4085974
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/pane-widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,9 @@ export class PaneWidget implements IDestroyable, MouseEventHandlers {
source.updateAllViews();
}
}
for (const primitive of pane.primitives()) {
primitive.updateAllViews();
}
}

public getBitmapSize(): Size {
Expand Down

0 comments on commit 4085974

Please sign in to comment.