src/eric7/MicroPython/MicroPythonWidget.py

branch
mpy_network
changeset 9811
d6212cee3186
parent 9809
4440e1d914e1
child 9814
1445ca4be40d
--- a/src/eric7/MicroPython/MicroPythonWidget.py	Sun Feb 26 18:04:56 2023 +0100
+++ b/src/eric7/MicroPython/MicroPythonWidget.py	Mon Feb 27 11:20:50 2023 +0100
@@ -714,6 +714,7 @@
         Private slot to connect to the selected device or disconnect from the
         currently connected device.
         """
+        self.__osdLabel.clear()
         if self.__linkConnected:
             with EricOverrideCursor():
                 self.__disconnectFromDevice()

eric ide

mercurial