Commit 6e437a170e6b9e385f7aaaeab109235ad9f82c56
1 parent
388d09bd
Exists in
master
and in
16 other branches
FIX: Fixed error in open custom from pseudo color menu
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
invesalius/gui/widgets/slice_menu.py
... | ... | @@ -32,7 +32,8 @@ from wx.lib.pubsub import pub as Publisher |
32 | 32 | import invesalius.constants as const |
33 | 33 | import invesalius.data.slice_ as sl |
34 | 34 | import invesalius.presets as presets |
35 | -from invesalius.gui.dialogs import ClutImagedataDialog as dialogs | |
35 | +from invesalius.gui.dialogs import ClutImagedataDialog | |
36 | + | |
36 | 37 | PROJECTIONS_ID = OrderedDict(((_('Normal'), const.PROJECTION_NORMAL), |
37 | 38 | (_('MaxIP'), const.PROJECTION_MaxIP), |
38 | 39 | (_('MinIP'), const.PROJECTION_MinIP), | ... | ... |