PlotPyStack/PythonQwt

Bug Fix

rahmedov opened this issue · 0 comments

In painter.py

import QRectF and use in QwtPainterClass.drawBackground()

use
opt.rect = QRectF(rect).toAlignedRect()
instead of
opt.rect = rect.toAlignedRect()