From 9107eed2438c6d37c6b87c257de092688959ddcb Mon Sep 17 00:00:00 2001 From: Luke Campagnola <> Date: Tue, 8 May 2012 17:56:19 -0400 Subject: [PATCH] bugfix - corrected orientation problems in gradienteditoritem --- graphicsItems/GradientEditorItem.py | 1 + 1 file changed, 1 insertion(+) diff --git a/graphicsItems/GradientEditorItem.py b/graphicsItems/GradientEditorItem.py index 3675191c..05ab40b9 100644 --- a/graphicsItems/GradientEditorItem.py +++ b/graphicsItems/GradientEditorItem.py @@ -104,6 +104,7 @@ class TickSliderItem(GraphicsWidget): and 'left') or horizontal ('top' and 'bottom'). ============= =================================================================== """ + self.orientation = orientation self.setMaxDim() self.resetTransform() ort = orientation