QskSlider: Make data field big enough on Windows
This commit is contained in:
parent
05d3b15828
commit
42258fc2b7
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue