wrong update check fixed
This commit is contained in:
parent
a2e29e0d16
commit
3bab38029d
@ -83,7 +83,7 @@ void QskBoxFillNode::updateNode(
|
||||
}
|
||||
|
||||
const auto metricsHash = qskMetricsHash( shapeMetrics, borderMetrics );
|
||||
const bool dirtyGeometry = ( metricsHash != d->metricsHash ) || ( rect == d->rect );
|
||||
const bool dirtyGeometry = ( metricsHash != d->metricsHash ) || ( rect != d->rect );
|
||||
|
||||
d->metricsHash = metricsHash;
|
||||
d->rect = rect;
|
||||
|
Loading…
x
Reference in New Issue
Block a user