Commit 6aefad773acfa2c431cf98f6f062d781c934f461

Authored by Thiago Franco de Moraes
1 parent e51d688c

styles.SetOrientation was without a function body

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
invesalius/data/styles.py
... ... @@ -124,6 +124,7 @@ class ViewerStyleSliceEditor(ViewerStyleSlice):
124 124 print "calling son"
125 125  
126 126 def SetOrientation(self, orient):
  127 + pass
127 128  
128 129 def OnLeftButtonDown(self, evt, str_evt):
129 130 self.mouse_pressed = 1
... ...