--- a/src/eric7/MicroPython/Devices/RP2040Devices.py Tue Feb 14 09:43:26 2023 +0100 +++ b/src/eric7/MicroPython/Devices/RP2040Devices.py Tue Feb 14 10:05:29 2023 +0100 @@ -46,6 +46,7 @@ Public method to enable the supported action buttons. """ super().setButtons() + self.microPython.setActionButtons( run=True, repl=True, files=True, chart=HAS_QTCHART )