Commit f608e9ff8d3ed1a9f0b3fd8a5f4fdde2a4dbe3d6
1 parent
82b340d4
Exists in
master
and in
3 other branches
FIX: MIP was removed from raycasting presets
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
invesalius/constants.py
@@ -329,6 +329,7 @@ RAYCASTING_FILES = {_("Airways"): "Airways.plist", | @@ -329,6 +329,7 @@ RAYCASTING_FILES = {_("Airways"): "Airways.plist", | ||
329 | _("Low contrast"): "Low Contrast.plist", | 329 | _("Low contrast"): "Low Contrast.plist", |
330 | _("Soft on white"): "Soft on White.plist", | 330 | _("Soft on white"): "Soft on White.plist", |
331 | _("Mid contrast"): "Mid Contrast.plist", | 331 | _("Mid contrast"): "Mid Contrast.plist", |
332 | + _("MIP"): "MIP.plist", | ||
332 | _("No shading"): "No Shading.plist", | 333 | _("No shading"): "No Shading.plist", |
333 | _("Pencil"): "Pencil.plist", | 334 | _("Pencil"): "Pencil.plist", |
334 | _("Red on white"): "Red on White.plist", | 335 | _("Red on white"): "Red on White.plist", |