Skip to content

Commit

Permalink
add missing pane primitives updateAllViews call
Browse files Browse the repository at this point in the history
  • Loading branch information
SlicedSilver committed Jul 30, 2024
1 parent da7ae7c commit a319a71
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 a319a71

Please sign in to comment.