You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Fix EditorInspectorPlugin virtual bindings and add parse_group callback
This commit is contained in:
@@ -185,12 +185,6 @@ bool EditorInspectorPluginOpenTypeFeatures::can_handle(Object *p_object) {
|
||||
return (Object::cast_to<Control>(p_object) != nullptr);
|
||||
}
|
||||
|
||||
void EditorInspectorPluginOpenTypeFeatures::parse_begin(Object *p_object) {
|
||||
}
|
||||
|
||||
void EditorInspectorPluginOpenTypeFeatures::parse_category(Object *p_object, const String &p_parse_category) {
|
||||
}
|
||||
|
||||
bool EditorInspectorPluginOpenTypeFeatures::parse_property(Object *p_object, const Variant::Type p_type, const String &p_path, const PropertyHint p_hint, const String &p_hint_text, const uint32_t p_usage, const bool p_wide) {
|
||||
if (p_path == "opentype_features/_new") {
|
||||
OpenTypeFeaturesAdd *editor = memnew(OpenTypeFeaturesAdd);
|
||||
|
||||
Reference in New Issue
Block a user