raquenaengineering / luisabel_serial_plotter

Plotting tool based on the arduino plotter using python and Qt, with extended functionality.
GNU General Public License v3.0
35 stars 4 forks source link

Toggles only disabled #3

Open domdal opened 2 years ago

domdal commented 2 years ago

In function on_button_disconnect_click https://github.com/raquenaengineering/luisabel_serial_plotter/blob/0554f0cfd68fa7c79bbb9b90335f571714e820f5/main_window.py#L559 you disable the toggles. But in https://github.com/raquenaengineering/luisabel_serial_plotter/blob/0554f0cfd68fa7c79bbb9b90335f571714e820f5/main_window.py#L454 the toggles are not enabled again. Insert
self.plot_frame.enable_toggles("all") in function on_button_connect_click

Otherwise is doesn't work in Macos 12.2 with Python 3.8

raul-theion commented 2 years ago

I'll try to fix that issue whenever some time comes available! Thanks for your feedback