Skip to content

Commit

Permalink
fixing pivot points
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Jan 14, 2025
1 parent 8009911 commit 60facf1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1428,6 +1428,7 @@ def slot_setSlice(self, sliceNumber: int):

# TODO add option to show/hide
# TODO add a z and mask if not in view (just like core points)
zPlusMinus = self._displayOptions["zPlusMinus"]
pivotPointXs, pivotPointYs, pivotPointZs = self._annotations.getPivotPoint()
self._pivotPoints.setData(pivotPointXs, pivotPointYs)

Expand Down

0 comments on commit 60facf1

Please sign in to comment.