Graphite/frontend/src/components/widgets
Boutillier 54b63c3eb5 Fix crashes related to 0-scale shapes (#777)
* Fix crashes when dragging the bounding box/transform cage of a 0-scale shape.

* Fix crashes when dragging the pivot point of a 0-scale shape

* Fix rotation computation on DAffine2 when scale.x is 0, avoids Nan display

* remove remaining log::info that I introduced in earlier commit

* Fix crash when updating the scale of a transform that was already 0.

* Fix NumberInput behaviour when the requested value changed is does not happen.

* Fix rotation computation when Scale X and Scale Y are both 0. Display 0. This also fixes crashes when modifying the rotation in such case
2022-09-12 10:46:11 +02:00
..
assists Add the Pivot Assist widget 2022-08-29 00:07:38 -07:00
buttons Remove usage of 'null' in favor of 'undefined' 2022-08-25 21:32:27 -07:00
groups Prefix all type imports with the 'type' keyword where appropriate 2022-08-25 15:38:21 -07:00
inputs Fix crashes related to 0-scale shapes (#777) 2022-09-12 10:46:11 +02:00
labels Remove usage of 'null' in favor of 'undefined' 2022-08-25 21:32:27 -07:00
metrics Prefix all type imports with the 'type' keyword where appropriate 2022-08-25 15:38:21 -07:00
WidgetLayout.vue Prefix all type imports with the 'type' keyword where appropriate 2022-08-25 15:38:21 -07:00
WidgetRow.vue Add the Pivot Assist widget 2022-08-29 00:07:38 -07:00