Skip to content

Commit

Permalink
pre-commit run -a
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Oct 7, 2024
1 parent 05a8c37 commit b1ab501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/pyqcustomplot/qcustomplot-2.0.1/qcustomplot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13700,8 +13700,8 @@ void QCustomPlot::setBufferDevicePixelRatio(double ratio) {
mBufferDevicePixelRatio = ratio;
for (int i = 0; i < mPaintBuffers.size(); ++i)
mPaintBuffers.at(i)->setDevicePixelRatio(mBufferDevicePixelRatio);
// Note: axis label cache has devicePixelRatio as part of cache hash, so
// no need to manually clear cache here
// Note: axis label cache has devicePixelRatio as part of cache hash, so
// no need to manually clear cache here
#else
qDebug() << Q_FUNC_INFO
<< "Device pixel ratios not supported for Qt versions before 5.4";
Expand Down

0 comments on commit b1ab501

Please sign in to comment.