misc cleanup

This commit is contained in:
Juan Linietsky
2015-10-17 10:29:54 -03:00
parent b3cda43a0f
commit ab22203791
13 changed files with 35 additions and 7 deletions

View File

@ -782,6 +782,10 @@ void LineEdit::select(int p_from, int p_to) {
update();
}
bool LineEdit::is_text_field() const {
return true;
}
void LineEdit::_bind_methods() {