PlotPyStack/PythonQwt

Bug Fix

rahmedov opened this issue · 0 comments

In qwtFillBackground()
replace
rect = fillRect.toAlignedRect()
with
rect = QRectF(fillRect).toAlignedRect()