fix-incorrect-tick-text-boundaries-calculation
This commit is contained in:
parent
e1f6c08365
commit
cee27b6268
@ -853,8 +853,8 @@ class AxisItem(GraphicsWidget):
|
|||||||
interpreted by drawPicture().
|
interpreted by drawPicture().
|
||||||
"""
|
"""
|
||||||
profiler = debug.Profiler()
|
profiler = debug.Profiler()
|
||||||
|
if self.style['tickFont'] is not None:
|
||||||
#bounds = self.boundingRect()
|
p.setFont(self.style['tickFont'])
|
||||||
bounds = self.mapRectFromParent(self.geometry())
|
bounds = self.mapRectFromParent(self.geometry())
|
||||||
|
|
||||||
linkedView = self.linkedView()
|
linkedView = self.linkedView()
|
||||||
|
Loading…
Reference in New Issue
Block a user