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().
|
||||
"""
|
||||
profiler = debug.Profiler()
|
||||
|
||||
#bounds = self.boundingRect()
|
||||
if self.style['tickFont'] is not None:
|
||||
p.setFont(self.style['tickFont'])
|
||||
bounds = self.mapRectFromParent(self.geometry())
|
||||
|
||||
linkedView = self.linkedView()
|
||||
|
Loading…
Reference in New Issue
Block a user