Add mode name to viewbox

status_bar
Tyler Goodlet 2021-05-30 08:45:55 -04:00
parent 78e04e66a5
commit 7da7dee02b
1 changed files with 3 additions and 0 deletions

View File

@ -467,6 +467,9 @@ class ChartView(ViewBox):
- zoom on right-click-n-drag to cursor position
"""
mode_name: str = 'mode: view'
def __init__(
self,
parent: pg.PlotItem = None,