20kdc / gabien-app-r48

(Possibly buggy) application for game making, modding, and datamining, with a general focus around game engines compatible with the RPG Maker series.
The Unlicense
31 stars 2 forks source link

Entering negative numbers is non-optimal #19

Closed rohkea closed 6 years ago

rohkea commented 6 years ago

Entering negative numbers is cumbersome. ‘-’ is converted into ‘0’, so you need to type a positive number, press ‘Home’ and add a minus sign at the beginning.

20kdc commented 6 years ago

Yeah, this definitely needs fixing, though it's actually a UINumberBox issue (gabien-common)

20kdc commented 6 years ago

Fixed with https://github.com/20kdc/gabien-common/commit/294e99498f6e65e01a83672b971fe6575f13abc6 , I think (ping me on IRC if this isn't the right way to do this)