Commit f608e9ff8d3ed1a9f0b3fd8a5f4fdde2a4dbe3d6

Authored by tfmoraes
1 parent 82b340d4

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 329 _("Low contrast"): "Low Contrast.plist",
330 330 _("Soft on white"): "Soft on White.plist",
331 331 _("Mid contrast"): "Mid Contrast.plist",
  332 + _("MIP"): "MIP.plist",
332 333 _("No shading"): "No Shading.plist",
333 334 _("Pencil"): "Pencil.plist",
334 335 _("Red on white"): "Red on White.plist",
... ...