Commit 52a9c2032711ec5a488f079474981ec5c6ff968d
1 parent
5f525932
Exists in
master
MOD comment in AddMakerwithoutOrientation function
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/data/viewer_volume.py
... | ... | @@ -604,7 +604,7 @@ class Viewer(wx.Panel): |
604 | 604 | self.UpdateRender() |
605 | 605 | def AddMarkerwithOrientation(self, arrow_marker_id, size, color, coord): |
606 | 606 | """ |
607 | - Markers with orientation created by navigation tools and rendered in volume viewer. | |
607 | + Markers arrow with orientation created by navigation tools and rendered in volume viewer. | |
608 | 608 | """ |
609 | 609 | self.arrow_marker_id = arrow_marker_id |
610 | 610 | coord_flip = list(coord) | ... | ... |