Commit eb617811143a9532bac9e4117b1ad2dfde71109b
1 parent
a0c93c2d
Exists in
beta4
and in
1 other branch
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,6 +124,7 @@ class ViewerStyleSliceEditor(ViewerStyleSlice): | ||
| 124 | print "calling son" | 124 | print "calling son" |
| 125 | 125 | ||
| 126 | def SetOrientation(self, orient): | 126 | def SetOrientation(self, orient): |
| 127 | + pass | ||
| 127 | 128 | ||
| 128 | def OnLeftButtonDown(self, evt, str_evt): | 129 | def OnLeftButtonDown(self, evt, str_evt): |
| 129 | self.mouse_pressed = 1 | 130 | self.mouse_pressed = 1 |