Fixed incorrect width of shapes borders in some cases (#441)

* Fixed incorrect width of shapes in some cases
* More clarity description
main
Boris Sekachev 7 years ago committed by Nikita Manovich
parent 66140fdadd
commit 85dc4e4afb

@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- -
### Fixed ### Fixed
- - Fixed incorrect width of shapes borders in some cases
### Security ### Security
- -

@ -1453,6 +1453,7 @@ class ShapeCollectionView {
let newModels = newShapes.map((el) => el.model); let newModels = newShapes.map((el) => el.model);
const frameChanged = this._frameMarker !== window.cvat.player.frames.current; const frameChanged = this._frameMarker !== window.cvat.player.frames.current;
this._scale = window.cvat.player.geometry.scale;
if (frameChanged) { if (frameChanged) {
this._frameContent.node.parent = null; this._frameContent.node.parent = null;

Loading…
Cancel
Save