Skip to content

Commit

Permalink
Fix image zoom.
Browse files Browse the repository at this point in the history
  • Loading branch information
syamajala committed Jun 1, 2021
1 parent abae862 commit cfec62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ami/flowchart/library/DisplayWidgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@ def __init__(self, topics=None, terms=None, addr=None, uiTemplate=None, parent=N

ax = self.plot_view.getAxis('bottom')
ax.enableAutoSIPrefix(enable=bool(self.units))
ax.setZValue(100)
# ax.setZValue(100)

ay = self.plot_view.getAxis('left')
ay.enableAutoSIPrefix(enable=bool(self.units))
ay.setZValue(100)
# ay.setZValue(100)

self.plot_view.setMenuEnabled(False)

Expand Down

0 comments on commit cfec62c

Please sign in to comment.