Skip to content

Commit

Permalink
bug: Missing redraw on Image Icon Visibility change (#3469)
Browse files Browse the repository at this point in the history
  • Loading branch information
Strepto authored Jul 6, 2023
1 parent 15a4389 commit 760323a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export class DefaultImage360Collection implements Image360Collection {
public setIconsVisibility(visible: boolean): void {
this._isCollectionVisible = visible;
this.image360Entities.forEach(entity => entity.icon.setVisible(visible));
this._needsRedraw = true;
}

/**
Expand Down

0 comments on commit 760323a

Please sign in to comment.