src/eric7/MicroPython/Devices/RP2040Devices.py

branch
eric7
changeset 9763
52f982c08301
parent 9756
9854647c8c5c
child 9765
6378da868bb0
equal deleted inserted replaced
9762:333374cf3a18 9763:52f982c08301
44 def setButtons(self): 44 def setButtons(self):
45 """ 45 """
46 Public method to enable the supported action buttons. 46 Public method to enable the supported action buttons.
47 """ 47 """
48 super().setButtons() 48 super().setButtons()
49
49 self.microPython.setActionButtons( 50 self.microPython.setActionButtons(
50 run=True, repl=True, files=True, chart=HAS_QTCHART 51 run=True, repl=True, files=True, chart=HAS_QTCHART
51 ) 52 )
52 53
53 def forceInterrupt(self): 54 def forceInterrupt(self):

eric ide

mercurial