{
string character = charmap_cellToChar(me, cell);
if(character != "")
+ {
me.inputBox.enterText(me.inputBox, character);
+ if(me.inputBox.applyButton)
+ me.inputBox.applyButton.disabled = false;
+ }
}
bool XonoticCharmap_cellIsValid(entity me, vector cell)
box.maxLength = -127; // negative means encoded length in bytes
box.saveImmediately = 0; // Sorry, can't do this, it spams "name" commands.
box.enableClearButton = 0;
+ box.applyButton = profileApplyButton;
label.textEntity = box;
me.TR(me);
me.TD(me, 5, 1, e = makeXonoticColorpicker(box));