Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dont setCurrentIndex on serial port combo
Something got weird and then broke (PySide6-Essentials 6.6.1, 6.6.3) with QComboBox and trying to use the setCurrentIndex slot in another thread gives QBasicTimer::start: Timers cannot be started from another thread QObject::startTimer: Timers cannot be started from another thread errors when selecting the combo box afterwards. This was just a QoL feature so just remove it.
- Loading branch information