vasilenkoalexey
vasilenkoalexey
What about to add this workaround patch? [https://github.com/armbian/build/blob/993f2e6bbf72b4846c192649bab3ab0b575b9140/patch/kernel/archive/rockchip-5.18/4016-workaround-broadcom-bt-serdev.patch](https://github.com/armbian/build/blob/993f2e6bbf72b4846c192649bab3ab0b575b9140/patch/kernel/archive/rockchip-5.18/4016-workaround-broadcom-bt-serdev.patch)
For me, If you have idea and plans for proper solution, it would be better implement it instead of workaround (even if it takes longer)
Hello, anybody here? @epezent
> When you zoom in all the way, it should reach the minium zoom width constraint and prevent continued zoom. That still works but now it begins to pan with...
> I'm curious -- what was the actual problem that prompted you to investigate this? I just develop SDR software using your great library... Typical parameters of my x-axis: range...
Great, thanks! I remove changes from scrolling and selection because I'm not sure if it's needed. Solution like this ``` if(x_axis.IsInverted()) { const double plot_r = x_axis.PixelsToPlot(plot.PlotRect.Max.x - IO.MouseDelta.x); x_axis.SetRange(plot_r,...
> This is indeed something we need to fix! Hello @epezent! Any news about this 1-year issue?