Commit 6102130b215bbdd45605bfa373d673a883d9bb25

Authored by Thiago Franco de Moraes
1 parent 6af1940c
Exists in watershed

Removed the vtk colour part from watershed style

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
invesalius/data/slice_.py
... ... @@ -110,9 +110,6 @@ class Slice(object):
110 110 self.from_ = OTHER
111 111 self.__bind_events()
112 112 self.opacity = 0.8
113   - self.qblend = {'AXIAL': {},
114   - 'CORONAL': {},
115   - 'SAGITAL': {}}
116 113  
117 114 @property
118 115 def matrix(self):
... ...