mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 18:41:29 +00:00
Merge pull request #90716 from dalexeev/gds-fix-export-annotation-issues
GDScript: Fix some export annotation issues
This commit is contained in:
commit
6761923f4f
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