Fix crash when change project settings

This commit is contained in:
volzhs 2017-04-03 17:49:02 +09:00
parent e3d6d863af
commit ddd01332ef
1 changed files with 1 additions and 1 deletions

View File

@ -3375,8 +3375,8 @@ void PropertyEditor::_item_edited() {
} break;
case Variant::BOOL: {
_edit_set(name, item->is_checked(1));
item->set_tooltip(1, item->is_checked(1) ? "True" : "False");
_edit_set(name, item->is_checked(1));
} break;
case Variant::INT:
case Variant::REAL: {