OpenHantek6022 is a DSO software for Hantek USB digital signal oscilloscopes 6022BE / BL. Development OS is Debian Linux, but the program also works on FreeBSD, MacOS, RaspberryPi and Windows. No support for non-Linux related issues unless a volunteer steps in!
Windows 11-targeted fix as it probably works on other platforms.
Splitted HorizontalDock::timebaseChanged event handler from doing operations on dsoControl and dsoWidget in the same callback. Now there are two callback and each uses the QWidget it operates on.
Windows 11-targeted fix as it probably works on other platforms.
Splitted
HorizontalDock::timebaseChanged
event handler from doing operations ondsoControl
anddsoWidget
in the same callback. Now there are two callback and each uses theQWidget
it operates on.Now we can change horizontal time-base:
Without the fix we encounter such issue: