Skip to content

Commit faf739f

Browse files
committed
Changelog
1 parent 5e1caee commit faf739f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### Changed
2+
3+
- - **Improved object layer movement (`zOrder`) logic:**
4+
- Previously, `zOrder` was set directly to `minZLayer - 1` and `maxZLayer + 1`, potentially causing out-of-bounds values.
5+
- Now, `zOrder` is updated incrementally while ensuring it remains within `minZLayer` and `maxZLayer`.
6+
- This prevents unintended jumps and improves annotation precision.
7+
- **Updated UI labels** for clarity:
8+
- "To background" → "Move to previous layer"
9+
- "To foreground" → "Move to next layer"
10+
- **Refactored redundant function calls**:
11+
- Eliminated unnecessary reassignments of `zOrder` before applying constraints.
12+
13+
(<https://github.com/cvat-ai/cvat/pull/9063>)

0 commit comments

Comments
 (0)