Skip to content

Commit dbe2143

Browse files
authored
Reduce transformation cage rotate tolerance (#548)
1 parent 615b14a commit dbe2143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/src/consts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub const SELECTION_DRAG_ANGLE: f64 = 90.;
3232

3333
// Transformation cage
3434
pub const BOUNDS_SELECT_THRESHOLD: f64 = 10.;
35-
pub const BOUNDS_ROTATE_THRESHOLD: f64 = 40.;
35+
pub const BOUNDS_ROTATE_THRESHOLD: f64 = 20.;
3636

3737
// Path tool
3838
pub const VECTOR_MANIPULATOR_ANCHOR_MARKER_SIZE: f64 = 5.;

0 commit comments

Comments
 (0)