(self)
| 4141 | self._draw_polygon() |
| 4142 | |
| 4143 | def _remove_box(self): |
| 4144 | if self._box is not None: |
| 4145 | self._box.set_visible(False) |
| 4146 | self._box = None |
| 4147 | |
| 4148 | def _update_box(self): |
| 4149 | # Update selection box extents to the extents of the polygon |
no test coverage detected