Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

fix: cast spinner widget angle to int when using for arc

perl_d requested to merge fix/spinner-angle-type into main

Description

Makes sure that the angle used for DrawArc in the spinner widget is an int and not an np.float64

Type of Change

  • Cast value used to int
  • Add a test: this test should fail on main

Definition of Done

  • Documentation is up-to-date.

Merge request reports

Loading