Editor: Inspector and Signal docks improvements
This commit is contained in:
@ -489,7 +489,7 @@ protected:
|
||||
if (!p_reversed) { \
|
||||
m_inherits::_get_property_listv(p_list, p_reversed); \
|
||||
} \
|
||||
p_list->push_back(PropertyInfo(Variant::NIL, get_class_static(), PROPERTY_HINT_NONE, String(), PROPERTY_USAGE_CATEGORY)); \
|
||||
p_list->push_back(PropertyInfo(Variant::NIL, get_class_static(), PROPERTY_HINT_NONE, get_class_static(), PROPERTY_USAGE_CATEGORY)); \
|
||||
if (!_is_gpl_reversed()) { \
|
||||
::ClassDB::get_property_list(#m_class, p_list, true, this); \
|
||||
} \
|
||||
|
||||
Reference in New Issue
Block a user