More Fixes

-=-=-=-=-=

-Bug in saving multinline text in xml fixed. #925
-typo in android export fixed. #930
This commit is contained in:
Juan Linietsky
2014-12-07 11:33:57 -03:00
parent da91ca7164
commit 10b371516b
3 changed files with 12 additions and 8 deletions

View File

@ -1747,16 +1747,16 @@ void TextEdit::_input_event(const InputEvent& p_input_event) {
}
break;}
default: {
default: {
scancode_handled=false;
} break;
scancode_handled=false;
} break;
}
if (scancode_handled)
accept_event();
/*
if (!scancode_handled && !k.mod.command && !k.mod.alt) {
if (k.unicode>=32) {
@ -1770,8 +1770,8 @@ void TextEdit::_input_event(const InputEvent& p_input_event) {
break;
}
}
if (!scancode_handled && !k.mod.command && !k.mod.alt) {
*/
if (!scancode_handled && !k.mod.command && !k.mod.alt) { //for german kbds
if (k.unicode>=32) {