From 52a9c2032711ec5a488f079474981ec5c6ff968d Mon Sep 17 00:00:00 2001 From: sotodela Date: Fri, 5 Nov 2021 09:44:03 +0200 Subject: [PATCH] MOD comment in AddMakerwithoutOrientation function --- invesalius/data/viewer_volume.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/data/viewer_volume.py b/invesalius/data/viewer_volume.py index 337da1f..5117fc0 100644 --- a/invesalius/data/viewer_volume.py +++ b/invesalius/data/viewer_volume.py @@ -604,7 +604,7 @@ class Viewer(wx.Panel): self.UpdateRender() def AddMarkerwithOrientation(self, arrow_marker_id, size, color, coord): """ - Markers with orientation created by navigation tools and rendered in volume viewer. + Markers arrow with orientation created by navigation tools and rendered in volume viewer. """ self.arrow_marker_id = arrow_marker_id coord_flip = list(coord) -- libgit2 0.21.2