QskSlider: Make data field big enough on Windows

This commit is contained in:
Peter Hartmann 2024-11-12 16:32:01 +01:00
parent 05d3b15828
commit 42258fc2b7
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class QskSlider::PrivateData
QPointF pressedPos;
qreal pressedValue;
bool tracking : 1;
Qt::Orientation orientation : 2;
Qt::Orientation orientation : 3;
};
QskSlider::QskSlider( QQuickItem* parent )