Closed rahmedov closed 4 years ago
In painter.py
import QRectF and use in QwtPainterClass.drawBackground()
use opt.rect = QRectF(rect).toAlignedRect() instead of opt.rect = rect.toAlignedRect()
In painter.py
import QRectF and use in QwtPainterClass.drawBackground()
use opt.rect = QRectF(rect).toAlignedRect() instead of opt.rect = rect.toAlignedRect()