mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
GDScript: Fix some export annotation issues
This commit is contained in:
parent
bdc0316217
commit
76b2d85c9f
13 changed files with 249 additions and 150 deletions
|
@ -1967,7 +1967,7 @@ void EditorHelp::_update_doc() {
|
|||
|
||||
class_desc->add_text(argument.name);
|
||||
class_desc->add_text(": ");
|
||||
_add_type(argument.type);
|
||||
_add_type(argument.type, argument.enumeration, argument.is_bitfield);
|
||||
|
||||
if (!argument.default_value.is_empty()) {
|
||||
class_desc->push_color(theme_cache.symbol_color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue