src/eric7/MicroPython/Devices/RP2040Devices.py

branch
eric7
changeset 9763
52f982c08301
parent 9756
9854647c8c5c
child 9765
6378da868bb0
--- 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
         )

eric ide

mercurial