more reasonable minimum area
This commit is contained in:
parent
6ffc5f076c
commit
8689ba8473
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ function get_event_thous(event: MouseEvent): Vector2D {
|
|||
},
|
||||
})
|
||||
export default class RectPad extends Vue {
|
||||
private readonly min_rect_area = 4;
|
||||
private readonly min_rect_area = 300;
|
||||
private drawing = false;
|
||||
private preview_corner1 = new Vector2D();
|
||||
private preview_corner2 = new Vector2D();
|
||||
|
|
Loading…
Reference in a new issue