From 6aefad773acfa2c431cf98f6f062d781c934f461 Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Wed, 6 Feb 2013 14:21:21 -0200 Subject: [PATCH] styles.SetOrientation was without a function body --- invesalius/data/styles.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/invesalius/data/styles.py b/invesalius/data/styles.py index 0d4f9b8..f8c33d3 100644 --- a/invesalius/data/styles.py +++ b/invesalius/data/styles.py @@ -124,6 +124,7 @@ class ViewerStyleSliceEditor(ViewerStyleSlice): print "calling son" def SetOrientation(self, orient): + pass def OnLeftButtonDown(self, evt, str_evt): self.mouse_pressed = 1 -- libgit2 0.21.2