Fix precision problem on circle

This commit is contained in:
Jesús Espino 2016-12-22 19:50:14 +01:00
parent 23dab28d7b
commit 2f968fe50b

View file

@ -102,7 +102,7 @@
:type "number"
:min 0
:max 360
:value (precision (:rotation shape "0") 2)
:value (precision (:rotation shape 0) 2)
:on-change on-rotation-change
}]]
[:input.input-text