From 82d11b7d3e15d8175accf7579db1fbe528fc6583 Mon Sep 17 00:00:00 2001 From: Arne Dußin Date: Wed, 16 Dec 2020 13:34:56 +0100 Subject: Add constant for default colours and selection tool --- src/math/rect.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math') diff --git a/src/math/rect.rs b/src/math/rect.rs index befa4da..50c1cb0 100644 --- a/src/math/rect.rs +++ b/src/math/rect.rs @@ -112,7 +112,7 @@ impl Rect { x: min.x, y: min.y, w: max.x - min.x, - h: max.y - min.y + h: max.y - min.y, } } -- cgit v1.2.3-70-g09d2