mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-26 11:28:11 +08:00
Snap while dragging with select tool (#433)
* Snap while dragging with select tool * Remove unnecessary mut * Snap to 90 degrees instead of 45 * Removed (coming soon) text Co-authored-by: otdavies <oliver@psyfer.io>
This commit is contained in:
@@ -24,6 +24,7 @@ pub const SLOWING_DIVISOR: f64 = 10.;
|
||||
|
||||
// SELECT TOOL
|
||||
pub const SELECTION_TOLERANCE: f64 = 1.;
|
||||
pub const SELECTION_DRAG_ANGLE: f64 = 90.;
|
||||
|
||||
// PATH TOOL
|
||||
pub const VECTOR_MANIPULATOR_ANCHOR_MARKER_SIZE: f64 = 5.;
|
||||
|
||||
Reference in New Issue
Block a user