summaryrefslogtreecommitdiff
path: root/src/gui/inttextfield.h
AgeCommit message (Collapse)AuthorFilesLines
2009-01-18Fixed the NPC Integer input field, as well as cut some bull from theIra Rice1-0/+72
NPC String class. The Integer input field was rather horribly broken to the point where it could send invalid data, the increment and decrement buttons didn't work, and overall it was tripping over itself. As for the NPC String, "The Mana World" as a string is not needed to set the field to that length, but instead fills the text field with that text for starting. This is completely inappropriate for a text entry field, and a more sensible default would be to leave it empty, so that people can type in what they want without having to delete it. Signed-off-by: Ira Rice <irarice@gmail.com>