Commit c87d9edefd2d772289842ce5e6c78b048fdfee0b

Authored by tfmoraes
Committed by Thiago Franco de Moraes
1 parent 0185f852
Exists in beta4 and in 1 other branch beta3

FIX: MIP was removed from raycasting presets

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
invesalius/constants.py
... ... @@ -328,6 +328,7 @@ RAYCASTING_FILES = {_("Airways"): "Airways.plist",
328 328 _("Low contrast"): "Low Contrast.plist",
329 329 _("Soft on white"): "Soft on White.plist",
330 330 _("Mid contrast"): "Mid Contrast.plist",
  331 + _("MIP"): "MIP.plist",
331 332 _("No shading"): "No Shading.plist",
332 333 _("Pencil"): "Pencil.plist",
333 334 _("Red on white"): "Red on White.plist",
... ...