Skip to content

Commit

Permalink
fixed corner circle not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed Jan 10, 2024
1 parent 1d95762 commit 2b1d81c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rvlib/tools/bbox/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,8 @@ impl Manipulate for Bbox {
/ OUTLINE_THICKNESS_CONVERSION
* 5.0,
}];
let vis = get_visible(&world);
world.request_redraw_annotations(BBOX_NAME, vis);
}
} else {
let data = get_specific_mut(&mut world);
Expand Down

0 comments on commit 2b1d81c

Please # to comment.