You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Merge pull request #20668 from SaracenOne/enum_help_fix
Fixes the hyperlinks for enumerators inside classes in the editor help.
This commit is contained in:
@@ -541,6 +541,7 @@ void EditorHelp::_class_desc_select(const String &p_select) {
|
|||||||
String class_name;
|
String class_name;
|
||||||
if (select.find(".") != -1) {
|
if (select.find(".") != -1) {
|
||||||
class_name = select.get_slice(".", 0);
|
class_name = select.get_slice(".", 0);
|
||||||
|
select = select.get_slice(".", 1);
|
||||||
} else {
|
} else {
|
||||||
class_name = "@GlobalScope";
|
class_name = "@GlobalScope";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user