Open grahamross123 opened 3 months ago
Hi @bauerdavid,
I've experienced another minor issue. This can be fixed by keeping the bounding box slice key as a float instead of an integer here as the slices can include decimals when a scaling factor is used. If this is desired, I can submit the pull request.
Thanks, Graham
Hey @grahamross123, please do so! I just created a new release, but I will include it in the next one Thanks!
I've also run into this, so gentle bump @bauerdavid ❤️
Describe the bug When using a z scale factor in Napari, the bounding boxes do not display at the correct z slices. e.g. if a bounding box ranges from
z1=0.3
toz2=1.3
, it will display when the viewer is in the rangesz1=0.5
toz2=1.5
.Expected behavior Bounding boxes should display at the correct z slices regardless of the scaling factor used.