bugfix - corrected orientation problems in gradienteditoritem
This commit is contained in:
parent
bfa1abacc1
commit
9107eed243
@ -104,6 +104,7 @@ class TickSliderItem(GraphicsWidget):
|
|||||||
and 'left') or horizontal ('top' and 'bottom').
|
and 'left') or horizontal ('top' and 'bottom').
|
||||||
============= ===================================================================
|
============= ===================================================================
|
||||||
"""
|
"""
|
||||||
|
self.orientation = orientation
|
||||||
self.setMaxDim()
|
self.setMaxDim()
|
||||||
self.resetTransform()
|
self.resetTransform()
|
||||||
ort = orientation
|
ort = orientation
|
||||||
|
Loading…
Reference in New Issue
Block a user