ryanjon2040 / Unreal-Binary-Builder

An application designed to create installed Unreal Engine builds (aka Rocket builds) from Unreal Engine GitHub source.
MIT License
657 stars 150 forks source link

Use PInt instead of Number to more than a single digit #59

Open BrunoSilvaFreire opened 2 years ago

BrunoSilvaFreire commented 2 years ago

MainWindow currently uses TextType=Number in certain fields. However, it seems like HandyControl only allow single digit numbers. Changing TextType to PInt (Positive Integer) resolves this issue.