Change Overview's selection box

That’s almost right. The Overview.box is a Part, not a Shape. So you could do:

    this.overview.box.elt(0).stroke = ...
1 Like