Swap incorrect width/height mapping (#409)

width and height were being set using the incorrect axes resulting in incorrect canvas dimensions

Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com>
This commit is contained in:
Jhon Adams
2022-06-01 12:13:39 -07:00
committed by GitHub
parent ed5b4cec49
commit b63aa9e375
3 changed files with 7 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ current (development)
- Bugfix: Fix the selected/focused area. It used to be 1 cell larger/longer than
requested
- Bugfix: Forward the selected/focused area from the child in gridbox.
- Bugfix: Fix incorrect Canvas computed dimensions.
### Screen
- Feature: add `Box::Union(a,b) -> Box`