修复邮件发送模块不支持Qt6的BUG
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/***************************************************************************
|
||||
/***************************************************************************
|
||||
** **
|
||||
** QCustomPlot, an easy to use, modern plotting widget for Qt **
|
||||
** Copyright (C) 2011-2015 Emanuel Eichhammer **
|
||||
@@ -22848,7 +22848,7 @@ QPointF QCPItemPixmap::anchorPixelPoint(int anchorId) const
|
||||
case aiRight: return (rect.topRight()+rect.bottomRight())*0.5;
|
||||
case aiBottom: return (rect.bottomLeft()+rect.bottomRight())*0.5;
|
||||
case aiBottomLeft: return rect.bottomLeft();
|
||||
case aiLeft: return (rect.topLeft()+rect.bottomLeft())*0.5;;
|
||||
case aiLeft: return (rect.topLeft()+rect.bottomLeft())*0.5;
|
||||
}
|
||||
|
||||
qDebug() << Q_FUNC_INFO << "invalid anchorId" << anchorId;
|
||||
|
||||
Reference in New Issue
Block a user